From 1d6207138e1048b36b9b12a24061f80c7a363c35 Mon Sep 17 00:00:00 2001 From: Grounds Bot Date: Sun, 23 Aug 2026 22:27:49 +0200 Subject: [PATCH] chore(main): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 550ecf4..03a3322 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f1bb590..c751f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/groundsgg/plugin-player/compare/v1.0.0...v1.1.0) (2026-08-23) + + +### Features + +* **edition:** tell backends which players came from Bedrock ([#35](https://github.com/groundsgg/plugin-player/issues/35)) ([1474f6c](https://github.com/groundsgg/plugin-player/commit/1474f6c121cd66ba87013a88edb24c4c9061838a)) + ## [1.0.0](https://github.com/groundsgg/plugin-player/compare/v0.6.0...v1.0.0) (2026-08-04)