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..44791c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.0](https://github.com/groundsgg/plugin-player/compare/v0.1.0...v0.2.0) (2026-07-13) + + +### Features + +* add player hearbeats ([#11](https://github.com/groundsgg/plugin-player/issues/11)) ([0bb17d2](https://github.com/groundsgg/plugin-player/commit/0bb17d23c49cbb7a51bf727444b3b1c5b8c7de41)) +* **link:** /link and /unlink a Microsoft account from in-game ([#23](https://github.com/groundsgg/plugin-player/issues/23)) ([7afa8cd](https://github.com/groundsgg/plugin-player/commit/7afa8cd157f8ec881026147f5f0ea18c95709189)) +* **presence:** publish the network-wide player lookup ([#22](https://github.com/groundsgg/plugin-player/issues/22)) ([0fe9603](https://github.com/groundsgg/plugin-player/commit/0fe960344914df8fc15954844144cf0f7d71d23f)) + + +### 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)