From 4ebf6b823955724a28913408b901b8a36881cd69 Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:06:27 -0400 Subject: [PATCH] chore: release main (#1029) Co-authored-by: czi-github-helper[bot] <95879977+czi-github-helper[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 43160677..f1bd3f1d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "2.2.1", + ".": "2.2.2", "aws": "2.1.0", "config": "3.1.0", "errors": "2.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e2df73..8a93fb9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.2](https://github.com/chanzuckerberg/go-misc/compare/v2.2.1...v2.2.2) (2024-03-21) + + +### Bug Fixes + +* Fix oidc-cli dependencies (osutil and pidlock reference invalid version numbers) ([#1027](https://github.com/chanzuckerberg/go-misc/issues/1027)) ([2389146](https://github.com/chanzuckerberg/go-misc/commit/238914650ee40f9ef103e384749be7857255d674)) + ## [2.2.1](https://github.com/chanzuckerberg/go-misc/compare/v2.2.0...v2.2.1) (2024-03-21)