diff --git a/CHANGELOG.md b/CHANGELOG.md index 96405d10..77a56e4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,20 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] -[Unreleased]: https://github.com/shipperstack/shipper/compare/2.41.3...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.41.4...HEAD + + +# [2.41.4] - 2024-08-25 + +## Changed + +- Fixed Docker image build crashing due to outdated Alpine Python package versions +- The task time limit value is now configurable with the `.env` file +- Updated dependencies (server) + - django-constance[database] (3.1.0 -> 4.0.0) + - django-dbbackup (4.1.0 -> 4.2.0) + +[2.41.4]: https://github.com/shipperstack/shipper/compare/2.41.3...2.41.4 # [2.41.3] - 2024-08-23 diff --git a/server/version.txt b/server/version.txt index 1fceeb4a..90efa701 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.41.3 \ No newline at end of file +2.41.4 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index ee5b52c7..8de257ea 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.41.3" \ No newline at end of file +__version__ = "2.41.4" \ No newline at end of file diff --git a/version.txt b/version.txt index 1fceeb4a..90efa701 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.41.3 \ No newline at end of file +2.41.4 \ No newline at end of file