From c4fdb5ff75574a2d92b208743b57734fa0ec2ec6 Mon Sep 17 00:00:00 2001 From: "pezops-release-dispenser[bot]" <290596344+pezops-release-dispenser[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 16:34:25 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b68e780..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.6" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fa56cce..86bc9ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.1.0](https://github.com/pezops/oidc-proxy/compare/v0.0.6...v0.1.0) (2026-06-07) + + +### ⚠ BREAKING CHANGES + +* Move to Release Please and relocate to the pezops org ([#13](https://github.com/pezops/oidc-proxy/issues/13)) + +### Bug Fixes + +* Allow JWT validation without a `kid` header ([#16](https://github.com/pezops/oidc-proxy/issues/16)) ([1561d2d](https://github.com/pezops/oidc-proxy/commit/1561d2d356c63b2c8eb6cdf9138e5723ccf6235d)) + + +### Documentation + +* Document weekly rebuild and floating tags in releases ([#17](https://github.com/pezops/oidc-proxy/issues/17)) ([a610ee1](https://github.com/pezops/oidc-proxy/commit/a610ee1140f0d1d6fb341aac265345ab4af2a20c)) + + +### Continuous Integration + +* Add check for tidy Go modules ([#18](https://github.com/pezops/oidc-proxy/issues/18)) ([26d77c4](https://github.com/pezops/oidc-proxy/commit/26d77c4e0eb8701c246a91b049abd77c2ddce1cb)) +* Move to Release Please and relocate to the pezops org ([#13](https://github.com/pezops/oidc-proxy/issues/13)) ([3ceb870](https://github.com/pezops/oidc-proxy/commit/3ceb8708e839e208f7df270ec8b50509e2719f54)) + ## [0.0.6](https://github.com/pezops/oidc-proxy/compare/v0.0.5...v0.0.6) (2025-12-12) ### Continuous Integration