Skip to content

Commit

Permalink
Prepare for 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 23, 2022
1 parent 15311af commit 2614054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/sprockets/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Sprockets
VERSION = "4.0.3"
VERSION = "4.1.0"
end

0 comments on commit 2614054

Please sign in to comment.