diff --git a/CHANGELOG.md b/CHANGELOG.md index be600ef..87f552f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.6](https://github.com/agrc/porter/compare/v2.5.5...v2.5.6) (2024-07-11) + + +### Dependencies + +* update ruff ([d4b21a4](https://github.com/agrc/porter/commit/d4b21a43cb2d4f7367ea70fb2bf3c134dbff2619)) + ## [2.5.5](https://github.com/agrc/porter/compare/v2.5.4...v2.5.5) (2024-07-09) diff --git a/setup.py b/setup.py index 50974fa..ca61210 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="conductor", - version="2.5.5", + version="2.5.6", license="MIT", description="A bot to check on the status of porter issues.", author="UGRC",