diff --git a/CHANGELOG.md b/CHANGELOG.md index 329080f4..02c6da0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +**3.7.5** (Spet 19, 2024) + +* Fix `Sprockets::Base#unescape` #808. + **3.7.4** (March 28, 2024) * Fix deprecated calls to the `uri` gem. diff --git a/lib/sprockets/version.rb b/lib/sprockets/version.rb index 8b417402..ee18b576 100644 --- a/lib/sprockets/version.rb +++ b/lib/sprockets/version.rb @@ -1,3 +1,3 @@ module Sprockets - VERSION = "3.7.4" + VERSION = "3.7.5" end