diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f46fe38..8a46b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/groundsgg/plugin-grounds-platform/compare/v0.1.1...v0.1.2) (2026-05-06) + + +### Bug Fixes + +* **whitelist:** drop kotlin-reflect via Moshi codegen ([5013c2e](https://github.com/groundsgg/plugin-grounds-platform/commit/5013c2e45112ec44e238a655d5ad13cae0169a36)) + ## [0.1.1](https://github.com/groundsgg/plugin-grounds-platform/compare/v0.1.0...v0.1.1) (2026-05-06)