diff --git a/.github/workflows/release-please-manifest.json b/.github/workflows/release-please-manifest.json index b323e48..c067f50 100644 --- a/.github/workflows/release-please-manifest.json +++ b/.github/workflows/release-please-manifest.json @@ -1,10 +1,10 @@ { - "auth": "0.5.0", + "auth": "0.6.0", "boot": "0.7.0", "cache": "0.4.0", "config": "0.7.0", - "grpc": "1.5.0", - "http": "0.6.0", + "grpc": "1.6.0", + "http": "0.7.0", "logger": "0.5.0", "data": "1.1.0", "test": "0.3.1" diff --git a/auth/CHANGELOG.md b/auth/CHANGELOG.md index 16e3546..f35e346 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.6.0](https://github.com/Jesse0Michael/pkg/compare/auth/v0.5.0...auth/v0.6.0) (2026-04-26) + + +### Features + +* revoked token checker ([96158a3](https://github.com/Jesse0Michael/pkg/commit/96158a38fbfd8aad446d2104c109ca8cadef07d2)) + ## [0.5.0](https://github.com/Jesse0Michael/pkg/compare/auth/v0.4.3...auth/v0.5.0) (2026-04-25) diff --git a/grpc/CHANGELOG.md b/grpc/CHANGELOG.md index dea62b6..1a7ae44 100644 --- a/grpc/CHANGELOG.md +++ b/grpc/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/Jesse0Michael/pkg/compare/grpc/v1.5.0...grpc/v1.6.0) (2026-04-26) + + +### Features + +* revoked token checker ([96158a3](https://github.com/Jesse0Michael/pkg/commit/96158a38fbfd8aad446d2104c109ca8cadef07d2)) + ## [1.5.0](https://github.com/Jesse0Michael/pkg/compare/grpc/v1.4.0...grpc/v1.5.0) (2026-04-25) diff --git a/http/CHANGELOG.md b/http/CHANGELOG.md index 48a71bb..80e8d49 100644 --- a/http/CHANGELOG.md +++ b/http/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `github.com/jesse0michael/pkg/http` will be documented in this file by Release Please. +## [0.7.0](https://github.com/Jesse0Michael/pkg/compare/http/v0.6.0...http/v0.7.0) (2026-04-26) + + +### Features + +* add rest processor ([6f8bf11](https://github.com/Jesse0Michael/pkg/commit/6f8bf11d703d309a24f2b3ed9f3e857058735253)) +* revoked token checker ([96158a3](https://github.com/Jesse0Michael/pkg/commit/96158a38fbfd8aad446d2104c109ca8cadef07d2)) + ## [0.6.0](https://github.com/Jesse0Michael/pkg/compare/http/v0.5.0...http/v0.6.0) (2026-04-25)