From 2614054aa573f383baa53a299b743fe923774484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 23 Jun 2022 23:57:46 +0000 Subject: [PATCH] Prepare for 4.1.0 --- CHANGELOG.md | 2 +- lib/sprockets/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0fc440fa..8384d6490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprockets/blob/master/UPGRADING.md -## Master +## 4.1.0 - Allow age to be altered in asset:clean rake task. - Fix `Sprockets::Server` to return lower-cased response headers to comply with Rack::Lint 3.0. [#744](https://github.com/rails/sprockets/pull/744) diff --git a/lib/sprockets/version.rb b/lib/sprockets/version.rb index f8776a4de..2639ae1cc 100644 --- a/lib/sprockets/version.rb +++ b/lib/sprockets/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Sprockets - VERSION = "4.0.3" + VERSION = "4.1.0" end