diff --git a/CHANGELOG.md b/CHANGELOG.md index 951ac868..ef969a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,26 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] -[Unreleased]: https://github.com/shipperstack/shipper/compare/2.36.8...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.37.0...HEAD + +# [2.37.0] - 2024-05-11 + +## Added + +- Added prechecks on shipper and shippy to check build duplicity before uploading + +## Changed + +- Fixed a bug where the token check API endpoint was caching the results +- Fixed a bug that was causing date conversion test failures on Windows +- Updated dependencies (shippy) + - sentry-sdk (2.0.1 -> 2.1.1) +- Updated dependencies (server) + - django (5.0.4 -> 5.0.6) + - sentry-sdk (2.0.1 -> 2.1.1) +- General code cleanup + +[2.37.0]: https://github.com/shipperstack/shipper/compare/2.36.8...2.37.0 # [2.36.8] - 2024-05-06 diff --git a/server/version.txt b/server/version.txt index 54bf6637..63f4857c 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.36.8 \ No newline at end of file +2.37.0 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index 05def966..679bc568 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.36.8" \ No newline at end of file +__version__ = "2.37.0" \ No newline at end of file diff --git a/version.txt b/version.txt index 54bf6637..63f4857c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.36.8 \ No newline at end of file +2.37.0 \ No newline at end of file