diff --git a/CHANGELOG.md b/CHANGELOG.md index a05e251..b3fa8f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.3.2] - 2021-11-17 ### Added - AWS EKS with Flux init generator @@ -72,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial commit -[Unreleased]: https://github.com/troyready/ihlp/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/troyready/ihlp/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/troyready/ihlp/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/troyready/ihlp/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/troyready/ihlp/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/troyready/ihlp/compare/v0.1.10...v0.2.0 diff --git a/package-lock.json b/package-lock.json index 8164a8e..04c7d2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "ihlp", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "dependencies": { "@aws-sdk/client-cloudformation": "^3.19.0", diff --git a/package.json b/package.json index 63e5735..08c796d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "node": ">=10.0" }, "name": "ihlp", - "version": "0.3.1", + "version": "0.3.2", "dependencies": { "@aws-sdk/client-cloudformation": "^3.19.0", "@aws-sdk/client-cloudfront": "^3.19.0",