From d339e8791d360e23de13a2b86e6d1fead74a0dd0 Mon Sep 17 00:00:00 2001 From: Klaus Meyer Date: Fri, 12 Jul 2024 17:13:03 +0200 Subject: [PATCH] release 1.7.3 (#654) --- CHANGELOG.md | 5 +++++ config/initializers/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f313a4a..973a5608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +# v1.7.3 + +* Update to Ruby 3.3.4 +* Update to Rails 7.1.3.4 + # v1.7.2 * Allow customizing the catalog page size diff --git a/config/initializers/version.rb b/config/initializers/version.rb index d691e0b0..23fb772a 100644 --- a/config/initializers/version.rb +++ b/config/initializers/version.rb @@ -1,4 +1,4 @@ -Rails.application.config.x.version = "1.7.2" +Rails.application.config.x.version = "1.7.3" # Docker Cloud will pass the git commit it is building the image from # See: https://docs.docker.com/docker-hub/builds/advanced/