From 0487291ad2527d1303f2692a558c21f38a6169f1 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Thu, 28 Mar 2024 11:21:55 +0100 Subject: [PATCH] Release 3.7.3 --- CHANGELOG.md | 4 ++++ lib/sprockets/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abd581790..e8986bf19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +**3.7.3** (March 28, 2024) + +* Various compatibility fixes for newer Ruby versions. + **3.7.2** (June 19, 2018) * Security release for [CVE-2018-3760](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3760). diff --git a/lib/sprockets/version.rb b/lib/sprockets/version.rb index 27fd8077a..e96f5587e 100644 --- a/lib/sprockets/version.rb +++ b/lib/sprockets/version.rb @@ -1,3 +1,3 @@ module Sprockets - VERSION = "3.7.2" + VERSION = "3.7.3" end