From 9dcd661c5218343fe82be6f6a555437845993e04 Mon Sep 17 00:00:00 2001 From: Eric Park Date: Wed, 13 Dec 2023 11:13:26 -0500 Subject: [PATCH] release: 2.28.7 - Fixed server corrupting download names by returning correct headers --- CHANGELOG.md | 10 +++++++++- server/version.txt | 2 +- shippy/shippy/version.py | 2 +- version.txt | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 151896db..6ff0fe3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] -[Unreleased]: https://github.com/shipperstack/shipper/compare/2.28.6...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.28.7...HEAD + + +# [2.28.7] - 2023-12-13 + +## Changed +- Fixed server corrupting download names by returning correct headers + +[2.28.7]: https://github.com/shipperstack/shipper/compare/2.28.6...2.28.7 # [2.28.6] - 2023-12-13 diff --git a/server/version.txt b/server/version.txt index 87467047..91515a7f 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.28.6 \ No newline at end of file +2.28.7 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index e77c9d17..3c6b1b17 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.28.6" \ No newline at end of file +__version__ = "2.28.7" \ No newline at end of file diff --git a/version.txt b/version.txt index 87467047..91515a7f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.28.6 \ No newline at end of file +2.28.7 \ No newline at end of file