From 4a812c6bb87fa9d9a0f75bf947ea5fdcc5cf7fde Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 8 Apr 2024 02:09:31 +0000 Subject: [PATCH] Prepare release 2.8.0 private --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad0cb77..b443805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.8.0] - 2024-04-08 + ### Added - Added completed, error, continuous statuses to taskings @@ -365,7 +367,9 @@ Including but not limited to: - Initial Release -[Unreleased]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.7.3...HEAD +[Unreleased]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.8.0...HEAD + +[2.8.0]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.7.3...v2.8.0 [2.7.3]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.7.2...v2.7.3 diff --git a/package.json b/package.json index eaa5e5d..03c29d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "starkiller", - "version": "2.7.3", + "version": "2.8.0", "private": true, "scripts": { "dev": "vite",