From 3f1f831053d1afe264cec4d8055cc5a88c32d174 Mon Sep 17 00:00:00 2001 From: Eric Park Date: Sat, 13 Jul 2024 19:50:53 +0900 Subject: [PATCH] release: 2.40.0 - The API now returns a one-click statistics and mirror-redirect download URL (#436) - Fixed the server crashing on Windows due to a platform-dependent epoch conversion function call - Removed OpenAPI schema generation from shipper --- CHANGELOG.md | 15 ++++++++++++++- server/version.txt | 2 +- shippy/shippy/version.py | 2 +- version.txt | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d7f63c5..94a6c2d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,20 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] -[Unreleased]: https://github.com/shipperstack/shipper/compare/2.39.0...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.40.0...HEAD + +# [2.40.0] - 2024-07-13 + +## Changed + +- The API now returns a one-click statistics and mirror-redirect download URL (#436) +- Fixed the server crashing on Windows due to a platform-dependent epoch conversion function call + +## Removed + +- Removed OpenAPI schema generation from shipper + +[2.40.0]: https://github.com/shipperstack/shipper/compare/2.39.0...2.40.0 # [2.39.0] - 2024-07-13 diff --git a/server/version.txt b/server/version.txt index d2ba1f29..d2291ce7 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.39.0 \ No newline at end of file +2.40.0 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index 77f343e9..e02d5ae2 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.39.0" \ No newline at end of file +__version__ = "2.40.0" \ No newline at end of file diff --git a/version.txt b/version.txt index d2ba1f29..d2291ce7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.39.0 \ No newline at end of file +2.40.0 \ No newline at end of file