Skip to content

Commit

Permalink
chore: prepare v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius committed Jul 26, 2021
1 parent 87650c7 commit a517440
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions 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.6.0]

- Add support for Terraform `v1.x`

## [0.5.0]
Expand Down Expand Up @@ -130,11 +132,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- markdown-link-check-disable -->

[unreleased]: https://github.com/mineiros-io/terraform-aws-route53/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/mineiros-io/terraform-aws-route53/compare/v0.4.0...v0.5.0
[unreleased]: https://github.com/mineiros-io/terraform-aws-route53/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/mineiros-io/terraform-aws-route53/compare/v0.5.0...v0.6.0

<!-- markdown-link-check-enable -->

[0.5.0]: https://github.com/mineiros-io/terraform-aws-route53/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/mineiros-io/terraform-aws-route53/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/mineiros-io/terraform-aws-route53/compare/v0.2.3...v0.3.0
[0.2.3]: https://github.com/mineiros-io/terraform-aws-route53/compare/v0.2.2...v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ a record for `www` pointing to localhost.
```hcl
module "route53" {
source = "mineiros-io/route53/aws"
version = "~> 0.5.0"
version = "~> 0.6.0"
name = "mineiros.io"
Expand Down

0 comments on commit a517440

Please sign in to comment.