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",