features:
- users can now delcare a model's database to be other than the one specified in the profile. This will only work for on-premise SQL Server and Azure SQL Managed Instance. [126](https://github.com/dbt-msft/dbt-sqlserver/issues/126) thanks [semcha](https://github.com/semcha)!
under the hood
- abandon four-part version names (`v0.19.0.2`) in favor of three-part version names because it isn't [SemVer](https://semver.org/) and it causes problems with the `~=` pip operator used dbt-synapse, a pacakge that depends on dbt-sqlserver
- allow CI to work with the lower-cost serverless Azure SQL [132](https://github.com/dbt-msft/dbt-sqlserver/pull/132)