diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db1fea..0bc43f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.9](https://github.com/agrc/porter/compare/v2.5.8...v2.5.9) (2024-10-21) + + +### Bug Fixes + +* run scheduled task earlier in the morning ([63bccdb](https://github.com/agrc/porter/commit/63bccdbfc7e58b94e58dad76d04616c0a378430a)) + ## [2.5.8](https://github.com/agrc/porter/compare/v2.5.7...v2.5.8) (2024-10-07) diff --git a/setup.py b/setup.py index 69843dd..e4f9694 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="conductor", - version="2.5.8", + version="2.5.9", license="MIT", description="A bot to check on the status of porter issues.", author="UGRC",