diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3feae297..2506c16b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - ".": "2.7.0", + ".": "2.7.1", "aws": "2.1.1", "config": "3.2.0", "errors": "2.1.0", "keypair": "2.1.0", "kmsauth": "2.1.0", - "oidc_cli": "2.4.0", + "oidc_cli": "2.4.1", "osutil": "2.0.2", "pidlock": "2.0.0", "sets": "2.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index b8bf6aa7..f7d9757a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.7.1](https://github.com/chanzuckerberg/go-misc/compare/v2.7.0...v2.7.1) (2025-01-30) + + +### Bug Fixes + +* Go JOSE vulnerable to Improper Handling of Highly Compressed Data (Data Amplification) ([#1094](https://github.com/chanzuckerberg/go-misc/issues/1094)) ([836b377](https://github.com/chanzuckerberg/go-misc/commit/836b37716c58f6d70888db6e7b28af984a487a09)) + ## [2.7.0](https://github.com/chanzuckerberg/go-misc/compare/v2.6.0...v2.7.0) (2025-01-10) diff --git a/oidc_cli/CHANGELOG.md b/oidc_cli/CHANGELOG.md index 12bc511e..fc883fd3 100644 --- a/oidc_cli/CHANGELOG.md +++ b/oidc_cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.1](https://github.com/chanzuckerberg/go-misc/compare/oidc_cli-v2.4.0...oidc_cli-v2.4.1) (2025-01-30) + + +### Bug Fixes + +* Go JOSE vulnerable to Improper Handling of Highly Compressed Data (Data Amplification) ([#1094](https://github.com/chanzuckerberg/go-misc/issues/1094)) ([836b377](https://github.com/chanzuckerberg/go-misc/commit/836b37716c58f6d70888db6e7b28af984a487a09)) + ## [2.4.0](https://github.com/chanzuckerberg/go-misc/compare/oidc_cli-v2.3.0...oidc_cli-v2.4.0) (2025-01-10)