Skip to content

Commit

Permalink
mark 3.1.0 as released, bump version
Browse files Browse the repository at this point in the history
[ci skip] [ci:skip]
  • Loading branch information
CamJN committed Dec 9, 2024
1 parent f21953b commit cc06fbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.1.0 (release date: TBD)
## 3.1.0 (release date: 2024-12-09)
* Upgraded image base to phusion/baseimage:noble-1.0.0
* Upgraded to Ubuntu 24.04 LTS (Noble)
- note updated compiler chain and all tools; please test your apps thoroughly
Expand All @@ -13,6 +13,7 @@
* Dropped Python 3.8 image
* Upgraded to Ruby 3.2.6
* Upgraded to Ruby 3.3.6
* Upgraded to Phusion Passenger 6.0.24 (from 6.0.23).

## 3.0.7 (release date: 2024-07-30)
* Upgraded to Ruby 3.3.4
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ REGISTRY = docker.io
endif

NAME ?= $(REGISTRY)/phusion/passenger
VERSION ?= 3.1.0
VERSION ?= 3.1.1

# NAME and/or VERSION can be overriden during build if you are building locally to push to your own repository
# example:
Expand Down

0 comments on commit cc06fbb

Please sign in to comment.