diff --git a/CHANGELOG.md b/CHANGELOG.md index ef969a7f..4b3b4061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,13 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] -[Unreleased]: https://github.com/shipperstack/shipper/compare/2.37.0...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.37.1...HEAD + +# [2.37.1] - 2024-05-12 + +- Fixed the build model looking up the mirror server causing crashes + +[2.37.1]: https://github.com/shipperstack/shipper/compare/2.37.0...2.37.1 # [2.37.0] - 2024-05-11 diff --git a/server/version.txt b/server/version.txt index 63f4857c..d47ee2b2 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.37.0 \ No newline at end of file +2.37.1 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index 679bc568..00333a97 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.37.0" \ No newline at end of file +__version__ = "2.37.1" \ No newline at end of file diff --git a/version.txt b/version.txt index 63f4857c..d47ee2b2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.37.0 \ No newline at end of file +2.37.1 \ No newline at end of file