diff --git a/.github/workflows/release-please-manifest.json b/.github/workflows/release-please-manifest.json index 24bb631..3d90af4 100644 --- a/.github/workflows/release-please-manifest.json +++ b/.github/workflows/release-please-manifest.json @@ -1,10 +1,10 @@ { - "auth": "0.6.0", + "auth": "0.7.0", "boot": "1.3.0", "cache": "0.4.0", "config": "0.11.0", "grpc": "1.6.0", - "http": "0.7.1", + "http": "0.8.0", "logger": "1.0.0", "data": "1.1.1", "test": "0.3.1" diff --git a/auth/CHANGELOG.md b/auth/CHANGELOG.md index f35e346..fc5c23f 100644 --- a/auth/CHANGELOG.md +++ b/auth/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `github.com/jesse0michael/pkg/auth` will be documented in this file by Release Please. +## [0.7.0](https://github.com/Jesse0Michael/pkg/compare/auth/v0.6.0...auth/v0.7.0) (2026-07-23) + + +### Features + +* **auth:** implement Google OIDC authentication ([dd1cad4](https://github.com/Jesse0Michael/pkg/commit/dd1cad40576ec8677fe821eb63ca27424fffc5cd)) + ## [0.6.0](https://github.com/Jesse0Michael/pkg/compare/auth/v0.5.0...auth/v0.6.0) (2026-04-26) diff --git a/http/CHANGELOG.md b/http/CHANGELOG.md index b1eb177..e634ba0 100644 --- a/http/CHANGELOG.md +++ b/http/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `github.com/jesse0michael/pkg/http` will be documented in this file by Release Please. +## [0.8.0](https://github.com/Jesse0Michael/pkg/compare/http/v0.7.1...http/v0.8.0) (2026-07-23) + + +### Features + +* **auth:** implement Google OIDC authentication ([dd1cad4](https://github.com/Jesse0Michael/pkg/commit/dd1cad40576ec8677fe821eb63ca27424fffc5cd)) + + +### Bug Fixes + +* ensure response status is set correctly in Encode function ([23d1bbd](https://github.com/Jesse0Michael/pkg/commit/23d1bbde0d91884e26a6f20e3e254912455111e5)) + ## [0.7.1](https://github.com/Jesse0Michael/pkg/compare/http/v0.7.0...http/v0.7.1) (2026-04-28)