diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8032c17..ed21d28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.0" + ".": "0.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad46c5..3c43f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.13.0](https://github.com/IDFoundry/FAPIgo/compare/v0.12.0...v0.13.0) (2026-08-26) + + +### Features + +* add client.RecommendedLimits/RecommendedAlgorithms ([839a95d](https://github.com/IDFoundry/FAPIgo/commit/839a95d76927637b5fffcd3e26482fa4b355390a)) +* add DiscoveredMetadata.IssuerKeySource ([43afb73](https://github.com/IDFoundry/FAPIgo/commit/43afb731415f1c4f9bac87614b4f936b3e964588)) +* add DiscoveredMetadata.SupportsAlgorithms ([abccccf](https://github.com/IDFoundry/FAPIgo/commit/abccccf595f263568e3b4af068154cd2574c1fc6)) +* add keys.PublicJWKS, a shared core for client/server.PublicJWKS ([7d04816](https://github.com/IDFoundry/FAPIgo/commit/7d04816541184033601a79c569176a319c1ff6fe)) +* expose IssuedAt on client.IDTokenClaims ([2058520](https://github.com/IDFoundry/FAPIgo/commit/2058520d4c0a6dac7463518b0b73468bb2410f57)) + ## [0.12.0](https://github.com/IDFoundry/FAPIgo/compare/v0.11.0...v0.12.0) (2026-08-26)