Skip to content

Commit 97e2ac6

Browse files
committed
Prepare to 4.0.2
1 parent b698a1a commit 97e2ac6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprockets/blob/master/UPGRADING.md
44

5+
## 4.0.2
6+
7+
- Fix `etag` and digest path compilation that were generating string with invalid digest since 4.0.1.
8+
59
## 4.0.1
610

711
- Fix for Ruby 2.7 keyword arguments warning in `base.rb`. [#660](https://github.com/rails/sprockets/pull/660)

lib/sprockets/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Sprockets
3-
VERSION = "4.0.1"
3+
VERSION = "4.0.2"
44
end

0 commit comments

Comments
 (0)