diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 249fa98..0d066b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/meigma/authkit/compare/v0.2.0...v0.3.0) (2026-05-11) + + +### Features + +* **management:** add auth admin read ports ([#39](https://github.com/meigma/authkit/issues/39)) ([1f724c4](https://github.com/meigma/authkit/commit/1f724c48fe85aea03831b5c70190d177f0feda00)) + ## [0.2.0](https://github.com/meigma/authkit/compare/v0.1.0...v0.2.0) (2026-05-10)