diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d23dbb..9d29156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/Project-Colony/Spotter/compare/v0.2.0...v0.2.1) (2026-08-01) + + +### Bug Fixes + +* **ci:** tell gh which repository to upload the signatures to ([#8](https://github.com/Project-Colony/Spotter/issues/8)) ([eec8781](https://github.com/Project-Colony/Spotter/commit/eec8781e748629141a8eb0d307dcb46388143657)) + ## [0.2.0](https://github.com/Project-Colony/Spotter/compare/v0.1.2...v0.2.0) (2026-08-01) diff --git a/Cargo.toml b/Cargo.toml index 1aa3c2f..72fdbfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spotter" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "A cross-platform game library tracker and statistics dashboard" license = "GPL-3.0-or-later"