diff --git a/CHANGELOG.md b/CHANGELOG.md index 342d9701..c27d062b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] -[Unreleased]: https://github.com/shipperstack/shipper/compare/2.24.0...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.24.1...HEAD + + +# [2.24.1] - 2023-10-11 + +## Changed +- Fixed the archived flag for builds not working properly + +[2.24.1]: https://github.com/shipperstack/shipper/compare/2.24.0...2.24.1 # [2.24.0] - 2023-10-11 diff --git a/server/version.txt b/server/version.txt index f8f895c6..d50a0248 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.24.0 \ No newline at end of file +2.24.1 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index 81dd0045..66e5edc9 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.24.0" \ No newline at end of file +__version__ = "2.24.1" \ No newline at end of file diff --git a/version.txt b/version.txt index f8f895c6..d50a0248 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.24.0 \ No newline at end of file +2.24.1 \ No newline at end of file