diff --git a/CHANGELOG.md b/CHANGELOG.md index e8986bf1..329080f4 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 e96f5587..8b417402 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