From 0e9ff771454a6d6c081e5bcaa7d6a3d106b1d79e Mon Sep 17 00:00:00 2001 From: Eric Park Date: Fri, 24 May 2024 08:43:52 +0900 Subject: [PATCH] release: 2.37.8 - shippy now prints 5xx error codes returned from the server --- CHANGELOG.md | 14 +++++++++++++- server/version.txt | 2 +- shippy/shippy/version.py | 2 +- version.txt | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a938a76..93d1d28b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,20 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] -[Unreleased]: https://github.com/shipperstack/shipper/compare/2.37.7...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.37.8...HEAD + +# [2.37.8] - 2024-05-23 + +## Changed + +- shippy now prints 5xx error codes returned from the server + +[2.37.8]: https://github.com/shipperstack/shipper/compare/2.37.7...2.37.8 # [2.37.7] - 2024-05-23 +## Changed + - Fixed server generating an error if the build was deleted before mirroring auto-retry occurred - Updated dependencies (shippy) - requests (2.31.0 -> 2.32.2) @@ -23,6 +33,8 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [2.37.6] - 2024-05-17 +## Changed + - Updated dependencies (shippy) - sentry-sdk (2.1.1 -> 2.2.0) - Updated dependencies (server) diff --git a/server/version.txt b/server/version.txt index 62163409..e4971560 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.37.7 \ No newline at end of file +2.37.8 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index 4887cf03..57a896d4 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.37.7" \ No newline at end of file +__version__ = "2.37.8" \ No newline at end of file diff --git a/version.txt b/version.txt index 62163409..e4971560 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.37.7 \ No newline at end of file +2.37.8 \ No newline at end of file