From 4df84b86663845f6561a248993c7e04d67f7a5c6 Mon Sep 17 00:00:00 2001 From: "ugrc-release-bot[bot]" <113075024+ugrc-release-bot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:28:28 +0000 Subject: [PATCH] chore: release v2.5.0 --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 776fd42..94baa9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.5.0](https://github.com/agrc/porter/compare/v2.4.1...v2.5.0) (2024-04-02) + + +### 🚀 Features + +* add target date to hard delete ([163e8c9](https://github.com/agrc/porter/commit/163e8c9e350f522255c8407c34340d006c7ab403)) + + +### 🐛 Bug Fixes + +* updates for new sgid index ([7d68ebb](https://github.com/agrc/porter/commit/7d68ebb7c6d16b4319ab7ef266017cbd1730577a)) + ## [2.4.1](https://github.com/agrc/porter/compare/v2.4.0...v2.4.1) (2023-10-13) diff --git a/setup.py b/setup.py index 4e4f02e..0715157 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="conductor", - version="2.4.1", + version="2.5.0", license="MIT", description="A bot to check on the status of porter issues.", author="UGRC",