diff --git a/CHANGELOG.md b/CHANGELOG.md index bb4bd5e..776fd42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.1](https://github.com/agrc/porter/compare/v2.4.0...v2.4.1) (2023-10-13) + + +### 🌲 Dependencies + +* bump the major-dependencies group with 1 update ([acb18ee](https://github.com/agrc/porter/commit/acb18eefe074439cb17858ce3066b5d4be300f85)) + ## [2.4.0](https://github.com/agrc/porter/compare/v2.3.0...v2.4.0) (2023-10-13) diff --git a/setup.py b/setup.py index 4d4e0d4..4e4f02e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="conductor", - version="2.4.0", + version="2.4.1", license="MIT", description="A bot to check on the status of porter issues.", author="UGRC",