From fb92f7bfc4a7a1da2ea15d6db90f28c666a7ffbc Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 9 Sep 2024 16:27:02 +0200 Subject: [PATCH] Release 3.7.4 --- CHANGELOG.md | 4 ++++ lib/sprockets/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8986bf19..329080f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +**3.7.4** (March 28, 2024) + +* Fix deprecated calls to the `uri` gem. + **3.7.3** (March 28, 2024) * Various compatibility fixes for newer Ruby versions. diff --git a/lib/sprockets/version.rb b/lib/sprockets/version.rb index e96f5587e..8b417402d 100644 --- a/lib/sprockets/version.rb +++ b/lib/sprockets/version.rb @@ -1,3 +1,3 @@ module Sprockets - VERSION = "3.7.3" + VERSION = "3.7.4" end