diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2506c16b..c8a977d2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "2.7.1", + ".": "2.7.2", "aws": "2.1.1", "config": "3.2.0", "errors": "2.1.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d9757a..aa536256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.7.2](https://github.com/chanzuckerberg/go-misc/compare/v2.7.1...v2.7.2) (2025-02-07) + + +### Bug Fixes + +* Update runs-on labels in GitHub Actions workflows ([#1096](https://github.com/chanzuckerberg/go-misc/issues/1096)) ([7744123](https://github.com/chanzuckerberg/go-misc/commit/7744123f98e7dcc4dc3787a162cc696d991abf6e)) + ## [2.7.1](https://github.com/chanzuckerberg/go-misc/compare/v2.7.0...v2.7.1) (2025-01-30)