diff --git a/CHANGELOG.md b/CHANGELOG.md index ab793e3d..80f8a17d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,19 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] -[Unreleased]: https://github.com/shipperstack/shipper/compare/2.33.1...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.33.2...HEAD + + +# [2.33.2] - 2024-04-05 + +This release contains a database migration. + +## Changed +- fix(server): drop unique requirement from build file +- refactor(server): move main server avail check to models +- fix(server): downloads: return 503 if zip file is offloaded + +[2.33.2]: https://github.com/shipperstack/shipper/compare/2.33.1...2.33.2 # [2.33.1] - 2024-04-02 @@ -19,6 +31,8 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [2.33.0] - 2024-04-02 +This release contains a database migration. + ## Added - Added command to unset missing build files diff --git a/server/version.txt b/server/version.txt index 40aae3cb..705e46df 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.33.1 \ No newline at end of file +2.33.2 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index ae4db439..18f7f803 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.33.1" \ No newline at end of file +__version__ = "2.33.2" \ No newline at end of file diff --git a/version.txt b/version.txt index 40aae3cb..705e46df 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.33.1 \ No newline at end of file +2.33.2 \ No newline at end of file