From 4156a593cc403b6ff67a69cc6182bebd2ded289b Mon Sep 17 00:00:00 2001 From: Eric Park Date: Sat, 27 Jan 2024 14:29:44 -0500 Subject: [PATCH] release: 2.30.1 - Added debug configuration option for shippy --- 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 84dd1fbe..766a70f9 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.30.0...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.30.1...HEAD + + +# [2.30.1] - 2024-01-27 + +## Added +- Added debug configuration option for shippy + +[2.30.1]: https://github.com/shipperstack/shipper/compare/2.30.0...2.30.1 # [2.30.0] - 2024-01-27 diff --git a/server/version.txt b/server/version.txt index 5d72e9f2..14da8311 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.30.0 \ No newline at end of file +2.30.1 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index bb02d62f..1e4a4f1f 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.30.0" \ No newline at end of file +__version__ = "2.30.1" \ No newline at end of file diff --git a/version.txt b/version.txt index 5d72e9f2..14da8311 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.30.0 \ No newline at end of file +2.30.1 \ No newline at end of file