diff --git a/CHANGELOG.md b/CHANGELOG.md index f409333d..b6154925 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.33.2...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.33.3...HEAD + + +# [2.33.3] - 2024-04-06 + +## Changed +- Fixed server sending emails about 503 errors when download is unavailable + +[2.33.3]: https://github.com/shipperstack/shipper/compare/2.33.2...2.33.3 # [2.33.2] - 2024-04-05 diff --git a/server/version.txt b/server/version.txt index 705e46df..2b2dbe52 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.33.2 \ No newline at end of file +2.33.3 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index 18f7f803..50088a7d 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.33.2" \ No newline at end of file +__version__ = "2.33.3" \ No newline at end of file diff --git a/version.txt b/version.txt index 705e46df..2b2dbe52 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.33.2 \ No newline at end of file +2.33.3 \ No newline at end of file