Skip to content

Commit

Permalink
Prepare for release v0.2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
magne committed Dec 16, 2022
1 parent 2597019 commit 3f19729
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.7] - 2022-12-16

### Fixed

- Fix concurrency issue on user create/update. [PR #52](https://github.com/betr-io/terraform-provider-mssql/pull/52). Closes [#31](https://github.com/betr-io/terraform-provider-mssql/issues/31]. Thanks to [Isabel Andrade](https://github.com/beandrad) for the PR.
- Fix role reorder update issue. [PR #53](https://github.com/betr-io/terraform-provider-mssql/pull/53). Closes [#46](https://github.com/betr-io/terraform-provider-mssql/issues/46). Thanks to [Paul Brittain](https://github.com/paulbrittain) for the PR.

## [0.2.6] - 2022-11-25

### Added
Expand Down Expand Up @@ -92,7 +99,8 @@ Initial release.
- Resource `mssql_login` to manipulate logins to a SQL Server.
- Resource `mssql_user` to manipulate users in a SQL Server database.

[Unreleased]: https://github.com/betr-io/terraform-provider-mssql/compare/v0.2.6...HEAD
[Unreleased]: https://github.com/betr-io/terraform-provider-mssql/compare/v0.2.7...HEAD
[0.2.7]: https://github.com/betr-io/terraform-provider-mssql/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/betr-io/terraform-provider-mssql/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/betr-io/terraform-provider-mssql/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/betr-io/terraform-provider-mssql/compare/v0.2.3...v0.2.4
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ HOSTNAME=betr.io
NAMESPACE=betr
NAME=mssql
BINARY=terraform-provider-${NAME}
VERSION=0.2.6
VERSION=0.2.7
OS_ARCH=linux_amd64
TERRAFORM=terraform

Expand Down

0 comments on commit 3f19729

Please sign in to comment.