diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10653f4..475ac12 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 241eddb..f22d042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/groundsgg/plugin-player/compare/v0.1.0...v0.2.0) (2026-03-08) + + +### Features + +* add player hearbeats ([#11](https://github.com/groundsgg/plugin-player/issues/11)) ([0bb17d2](https://github.com/groundsgg/plugin-player/commit/0bb17d23c49cbb7a51bf727444b3b1c5b8c7de41)) + + +### Bug Fixes + +* update grpc-contracts-player version to 0.2.0 ([#19](https://github.com/groundsgg/plugin-player/issues/19)) ([fd76488](https://github.com/groundsgg/plugin-player/commit/fd76488513d90dcfd295c538556c3c9001483472)) + ## [0.1.0](https://github.com/groundsgg/plugin-player/compare/v0.0.1...v0.1.0) (2026-01-19)