diff --git a/CHANGELOG.md b/CHANGELOG.md index a1cb823a..ba81175c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,25 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] -[Unreleased]: https://github.com/shipperstack/shipper/compare/2.32.0...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.33.0...HEAD + + +# [2.33.0] - 2024-04-02 + +## Added +- Added command to unset missing build files + +## Changed +- Updated library dependencies (shippy) + - sentry-sdk (1.42.0 -> 1.44.0) +- Updated library dependencies (server) + - djangorestframework (3.14.0 -> 3.15.0) + - sentry-sdk (1.42.0 -> 1.44.0) + - djangorestframework (3.15.0 -> 3.15.1) +- shipper now loads environment variables from a dotfile if it is available +- Build files can now be unset for build offloading + +[2.33.0]: https://github.com/shipperstack/shipper/compare/2.32.0...2.33.0 # [2.32.0] - 2024-03-18 diff --git a/server/version.txt b/server/version.txt index 02c7ff42..bcc318c3 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.32.0 \ No newline at end of file +2.33.0 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index 12449eae..52eda6fa 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.32.0" \ No newline at end of file +__version__ = "2.33.0" \ No newline at end of file diff --git a/version.txt b/version.txt index 02c7ff42..bcc318c3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.32.0 \ No newline at end of file +2.33.0 \ No newline at end of file