diff --git a/.github/workflows/release-please-manifest.json b/.github/workflows/release-please-manifest.json index 8b28219..54621d1 100644 --- a/.github/workflows/release-please-manifest.json +++ b/.github/workflows/release-please-manifest.json @@ -1,10 +1,10 @@ { - "auth": "0.1.0", + "auth": "0.2.0", "boot": "0.1.0", "cache": "0.1.0", "config": "0.2.0", - "grpc": "0.0.0", - "http": "0.1.0", + "grpc": "1.0.0", + "http": "0.2.0", "logger": "0.1.0", "test": "0.1.0" } diff --git a/auth/CHANGELOG.md b/auth/CHANGELOG.md index 268ffd8..9a1efb0 100644 --- a/auth/CHANGELOG.md +++ b/auth/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to `github.com/jesse0michael/pkg/auth` will be documented in this file by Release Please. +## [0.2.0](https://github.com/Jesse0Michael/pkg/compare/auth/v0.1.0...auth/v0.2.0) (2026-02-13) + + +### Features + +* add generate token options ([71122ea](https://github.com/Jesse0Michael/pkg/commit/71122ead6a7364f278d0c8e17d4a5309ad197295)) +* auth claims ([f37a63c](https://github.com/Jesse0Michael/pkg/commit/f37a63ce12bfcd66c11ba3fbc23f50b79e8f289a)) + + +### Bug Fixes + +* auth jti method ([1e21ccf](https://github.com/Jesse0Michael/pkg/commit/1e21ccf554d0b9eff14ceec29bf62ee13d26df40)) + ## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/auth/v0.0.0...auth/v0.1.0) (2025-11-15) diff --git a/grpc/CHANGELOG.md b/grpc/CHANGELOG.md new file mode 100644 index 0000000..35394d6 --- /dev/null +++ b/grpc/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-02-13) + + +### Features + +* add grpc package ([87f9454](https://github.com/Jesse0Michael/pkg/commit/87f945444b7125314908a491b67cfc1567ede407)) diff --git a/http/CHANGELOG.md b/http/CHANGELOG.md index 9f0f6fa..083c594 100644 --- a/http/CHANGELOG.md +++ b/http/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `github.com/jesse0michael/pkg/http` will be documented in this file by Release Please. +## [0.2.0](https://github.com/Jesse0Michael/pkg/compare/http/v0.1.0...http/v0.2.0) (2026-02-13) + + +### Features + +* auth claims ([f37a63c](https://github.com/Jesse0Michael/pkg/commit/f37a63ce12bfcd66c11ba3fbc23f50b79e8f289a)) + ## [0.1.0](https://github.com/Jesse0Michael/pkg/compare/http/v0.0.0...http/v0.1.0) (2025-11-15)