Skip to content

Commit

Permalink
release: 2.41.2
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
ericswpark committed Aug 18, 2024
1 parent 64884b3 commit 4beb3f9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.41.1
2.41.2
2 changes: 1 addition & 1 deletion shippy/shippy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.41.1"
__version__ = "2.41.2"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.41.1
2.41.2

0 comments on commit 4beb3f9

Please sign in to comment.