diff --git a/.goreleaser.yml b/.goreleaser.yml index 85c0558..194543d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -29,7 +29,7 @@ archives: nfpms: - maintainer: &author Maxime VISONNEAU description: &description Terraform Cloud Wrapper - license: &license Apache 2.0 + license: &license Apache-2.0 homepage: &homepage https://github.com/mvisonneau/tfcw vendor: *author file_name_template: '{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}' diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b82b91..3e52d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [0ver](https://0ver.org). ## [Unreleased] +## [v0.0.12] - 2021-08-27 + ### Added - `snapcraft` releases @@ -156,7 +158,9 @@ and this project adheres to [0ver](https://0ver.org). - dry-run feature on render function - purge unmanaged variables -[Unreleased]: https://github.com/mvisonneau/tfcw/compare/v0.0.10...HEAD +[Unreleased]: https://github.com/mvisonneau/tfcw/compare/v0.0.12...HEAD +[v0.0.12]: https://github.com/mvisonneau/tfcw/tree/v0.0.12 +[v0.0.11]: https://github.com/mvisonneau/tfcw/tree/v0.0.11 [v0.0.10]: https://github.com/mvisonneau/tfcw/tree/v0.0.10 [0.0.9]: https://github.com/mvisonneau/tfcw/tree/0.0.9 [0.0.8]: https://github.com/mvisonneau/tfcw/tree/0.0.8