From 4beb3f9ca53968577d36899709f78473d26d934a Mon Sep 17 00:00:00 2001 From: Eric Park Date: Sun, 18 Aug 2024 13:40:41 -0400 Subject: [PATCH] release: 2.41.2 ## Added - Added main internal admin page (for linking) ## Changed - The internal admin page for tracking build mirror status now shows more stats for each item - Fixed the nginx proxy configuration for layered reverse proxies (#562) - Fixed the release helper ignoring Markdown headings during release (#563) - General code cleanup --- CHANGELOG.md | 18 +++++++++++++++++- server/version.txt | 2 +- shippy/shippy/version.py | 2 +- version.txt | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f79a55c9..bde5096b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,23 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] -[Unreleased]: https://github.com/shipperstack/shipper/compare/2.41.1...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.41.2...HEAD + + +# [2.41.2] - 2024-08-18 + +## Added + +- Added main internal admin page (for linking) + +## Changed + +- The internal admin page for tracking build mirror status now shows more stats for each item +- Fixed the nginx proxy configuration for layered reverse proxies (#562) +- Fixed the release helper ignoring Markdown headings during release (#563) +- General code cleanup + +[2.41.2]: https://github.com/shipperstack/shipper/compare/2.41.1...2.41.2 # [2.41.1] - 2024-08-17 diff --git a/server/version.txt b/server/version.txt index 59819d44..7e98ee1c 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.41.1 \ No newline at end of file +2.41.2 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index a92dc1ec..383fd952 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.41.1" \ No newline at end of file +__version__ = "2.41.2" \ No newline at end of file diff --git a/version.txt b/version.txt index 59819d44..7e98ee1c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.41.1 \ No newline at end of file +2.41.2 \ No newline at end of file