diff --git a/CHANGELOG.md b/CHANGELOG.md index 7767d8e5..fa3db4b8 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.37.2...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.37.3...HEAD + +# [2.37.3] - 2024-05-13 + +## Added + +- Added a setting to the server to globally control mirroring of builds + +## Changed + +- Fixed the server uploading truncated builds to mirror servers + +[2.37.3]: https://github.com/shipperstack/shipper/compare/2.37.2...2.37.3 # [2.37.2] - 2024-05-12 diff --git a/server/version.txt b/server/version.txt index a5df3937..a887b961 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.37.2 \ No newline at end of file +2.37.3 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index 079ebe72..913410f7 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.37.2" \ No newline at end of file +__version__ = "2.37.3" \ No newline at end of file diff --git a/version.txt b/version.txt index a5df3937..a887b961 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.37.2 \ No newline at end of file +2.37.3 \ No newline at end of file