Skip to content

Commit

Permalink
chore: prepare v0.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius committed Jun 9, 2022
1 parent e53e483 commit cd7784c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.5]

## Added

- Add unit tests
Expand Down Expand Up @@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial Implementation

[unreleased]: https://github.com/mineiros-io/terraform-google-cloud-sql/compare/v0.0.4...HEAD
[unreleased]: https://github.com/mineiros-io/terraform-google-cloud-sql/compare/v0.0.5...HEAD
[0.0.5]: https://github.com/mineiros-io/terraform-google-cloud-sql/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/mineiros-io/terraform-google-cloud-sql/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/mineiros-io/terraform-google-cloud-sql/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/mineiros-io/terraform-google-cloud-sql/compare/v0.0.1...v0.0.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Most basic usage just setting required arguments:

```hcl
module "terraform-google-cloud-sql" {
source = "github.com/mineiros-io/terraform-google-cloud-sql.git?ref=v0.0.4"
source = "github.com/mineiros-io/terraform-google-cloud-sql.git?ref=v0.0.5"
tier = "db-f1-micro"
database_version = "MYSQL_5_6"
Expand Down
2 changes: 1 addition & 1 deletion README.tfdoc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ section {
```hcl
module "terraform-google-cloud-sql" {
source = "github.com/mineiros-io/terraform-google-cloud-sql.git?ref=v0.0.4"
source = "github.com/mineiros-io/terraform-google-cloud-sql.git?ref=v0.0.5"
tier = "db-f1-micro"
database_version = "MYSQL_5_6"
Expand Down

0 comments on commit cd7784c

Please sign in to comment.