diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 593709d9..e5bc9f91 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - ".": "2.4.2", + ".": "2.5.0", "aws": "2.1.1", "config": "3.1.0", "errors": "2.1.0", "keypair": "2.0.0", "kmsauth": "2.0.0", - "oidc_cli": "2.1.1", + "oidc_cli": "2.2.0", "osutil": "2.0.2", "pidlock": "2.0.0", "sets": "2.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b4c456..c8be4f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.0](https://github.com/chanzuckerberg/go-misc/compare/v2.4.2...v2.5.0) (2024-12-18) + + +### Features + +* Add scopes option to client ([#1082](https://github.com/chanzuckerberg/go-misc/issues/1082)) ([4125bab](https://github.com/chanzuckerberg/go-misc/commit/4125bab37eeef65bab06656da4dc5aafe4edcdf8)) + ## [2.4.2](https://github.com/chanzuckerberg/go-misc/compare/v2.4.1...v2.4.2) (2024-08-01) diff --git a/oidc_cli/CHANGELOG.md b/oidc_cli/CHANGELOG.md index dfb908ec..98b59d2e 100644 --- a/oidc_cli/CHANGELOG.md +++ b/oidc_cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/chanzuckerberg/go-misc/compare/oidc_cli-v2.1.1...oidc_cli-v2.2.0) (2024-12-18) + + +### Features + +* Add scopes option to client ([#1082](https://github.com/chanzuckerberg/go-misc/issues/1082)) ([4125bab](https://github.com/chanzuckerberg/go-misc/commit/4125bab37eeef65bab06656da4dc5aafe4edcdf8)) + ## [2.1.1](https://github.com/chanzuckerberg/go-misc/compare/oidc_cli-v2.1.0...oidc_cli-v2.1.1) (2024-05-03)