diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ee7c886..abd581790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +**3.7.2** (June 19, 2018) + +* Security release for [CVE-2018-3760](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3760). + **3.7.1** (December 19, 2016) * Ruby 2.4 support for Sprockets 3. diff --git a/lib/sprockets/version.rb b/lib/sprockets/version.rb index a0ad82ab5..27fd8077a 100644 --- a/lib/sprockets/version.rb +++ b/lib/sprockets/version.rb @@ -1,3 +1,3 @@ module Sprockets - VERSION = "3.7.1" + VERSION = "3.7.2" end