From 2a8801465a48c57e57644f60e6c3cee5d50d035b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 31 Jan 2024 06:01:47 +0000 Subject: [PATCH] Prepare release 2.7.2 private --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e4fbe..e90fd3e 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.7.2] - 2024-01-31 + ### Fixed - Deleting agent from the action menu on the table now works @@ -347,7 +349,9 @@ Including but not limited to: - Initial Release -[Unreleased]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.7.1...HEAD +[Unreleased]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.7.2...HEAD + +[2.7.2]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.7.1...v2.7.2 [2.7.1]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.7.0...v2.7.1 diff --git a/package.json b/package.json index 02da505..797e246 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "starkiller", - "version": "2.7.1", + "version": "2.7.2", "private": true, "scripts": { "dev": "vite",