diff --git a/CHANGELOG.md b/CHANGELOG.md index 58bc7b20..3876bda5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 3.0.7 (release date: TBD) * Upgraded to Ruby 3.3.4 + * Upgraded to Phusion Passenger 6.0.23 (from 6.0.22). ## 3.0.6 (release date: 2024-06-13) * Upgraded to Ruby 3.1.6 diff --git a/Makefile b/Makefile index eb52749a..2f44579d 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ REGISTRY = docker.io endif NAME ?= $(REGISTRY)/phusion/passenger -VERSION ?= 3.0.6 +VERSION ?= 3.0.7 # NAME and/or VERSION can be overriden during build if you are building locally to push to your own repository # example: