diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d462ad..9016b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,11 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.8.2] - 2024-09-22 + ### Added + - Added request for job/task list from agents - Added Route4Me to sponsorship section ### Fixed + - Fixed agent id not being automatically set in terminal ## [2.8.1] - 2024-05-05 @@ -380,7 +384,9 @@ Including but not limited to: - Initial Release -[Unreleased]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.8.1...HEAD +[Unreleased]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.8.2...HEAD + +[2.8.2]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.8.1...v2.8.2 [2.8.1]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.8.0...v2.8.1 diff --git a/package.json b/package.json index 1fb170a..226e48c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "starkiller", - "version": "2.8.1", + "version": "2.8.2", "private": true, "scripts": { "dev": "vite",