diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e5bc9f91..3393c937 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - ".": "2.5.0", + ".": "2.5.1", "aws": "2.1.1", "config": "3.1.0", "errors": "2.1.0", "keypair": "2.0.0", "kmsauth": "2.0.0", - "oidc_cli": "2.2.0", + "oidc_cli": "2.2.1", "osutil": "2.0.2", "pidlock": "2.0.0", "sets": "2.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index c8be4f92..de63b869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.1](https://github.com/chanzuckerberg/go-misc/compare/v2.5.0...v2.5.1) (2024-12-18) + + +### Bug Fixes + +* v2 go.mod ([#1084](https://github.com/chanzuckerberg/go-misc/issues/1084)) ([a7a82ab](https://github.com/chanzuckerberg/go-misc/commit/a7a82ab59d09d3cf4a4b8c6cd751d909041daf47)) + ## [2.5.0](https://github.com/chanzuckerberg/go-misc/compare/v2.4.2...v2.5.0) (2024-12-18) diff --git a/oidc_cli/CHANGELOG.md b/oidc_cli/CHANGELOG.md index 98b59d2e..773bdfea 100644 --- a/oidc_cli/CHANGELOG.md +++ b/oidc_cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/chanzuckerberg/go-misc/compare/oidc_cli-v2.2.0...oidc_cli-v2.2.1) (2024-12-18) + + +### Bug Fixes + +* v2 go.mod ([#1084](https://github.com/chanzuckerberg/go-misc/issues/1084)) ([a7a82ab](https://github.com/chanzuckerberg/go-misc/commit/a7a82ab59d09d3cf4a4b8c6cd751d909041daf47)) + ## [2.2.0](https://github.com/chanzuckerberg/go-misc/compare/oidc_cli-v2.1.1...oidc_cli-v2.2.0) (2024-12-18)