diff --git a/.github/config/release-please-manifest.json b/.github/config/release-please-manifest.json index b985ff6..466df71 100644 --- a/.github/config/release-please-manifest.json +++ b/.github/config/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..53481e0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [0.1.0](https://github.com/aws-contrib/aws-cli/compare/v0.0.1...v0.1.0) (2026-05-11) + + +### Features + +* add AWS-backed value sources for CLI flags ([8a56806](https://github.com/aws-contrib/aws-cli/commit/8a56806192ea2d16f3159fdc57f85fb722aff6db)) +* add batch helper functions for AWS value sources ([6c813e2](https://github.com/aws-contrib/aws-cli/commit/6c813e29f98aa9824d0566525e94f40d6d23dc23)) + + +### Bug Fixes + +* **github:** correct action versions in update.yml ([fcbb06b](https://github.com/aws-contrib/aws-cli/commit/fcbb06b402dbefccf94975ec51f1e6b4256f1a97))