diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b2a93b78..b033df94 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "2.0.0", + ".": "2.0.1", "aws": "2.0.0", - "config": "2.0.0", + "config": "2.0.1", "errors": "2.0.0", "keypair": "2.0.0", "kmsauth": "2.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d9116df..43010275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/chanzuckerberg/go-misc/compare/v2.0.0...v2.0.1) (2024-02-23) + + +### Bug Fixes + +* config v2 ([#1003](https://github.com/chanzuckerberg/go-misc/issues/1003)) ([31efa25](https://github.com/chanzuckerberg/go-misc/commit/31efa2598cea38456b86b47652bf47d3cac9464f)) + ## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/v1.12.0...v2.0.0) (2024-02-23) diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 0e590cc1..1990f1ad 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/chanzuckerberg/go-misc/compare/config-v2.0.0...config-v2.0.1) (2024-02-23) + + +### Bug Fixes + +* config v2 ([#1003](https://github.com/chanzuckerberg/go-misc/issues/1003)) ([31efa25](https://github.com/chanzuckerberg/go-misc/commit/31efa2598cea38456b86b47652bf47d3cac9464f)) + ## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/config-v1.12.0...config-v2.0.0) (2024-02-23)