Skip to content

Commit 408f813

Browse files
committed
Prepare to 3.2.1 release
1 parent 06852de commit 408f813

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
@@ -1,5 +1,9 @@
11
# Master
22

3+
## 3.2.1
4+
5+
- Fix load error with `ActionView::Helpers`. [#383]
6+
37
## 3.2.0
48

59
- Add new config option `config.assets.unknown_asset_fallback` when set to a falsy value will error when a requested asset is not in the pipeline. [#375]

lib/sprockets/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Sprockets
22
module Rails
3-
VERSION = "3.2.0"
3+
VERSION = "3.2.1"
44
end
55
end

0 commit comments

Comments
 (0)