Skip to content

Commit 10bc1bd

Browse files
committed
[ci skip] v3.2.0
1 parent e3dc15c commit 10bc1bd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Master
2+
3+
## 3.2.0
4+
5+
- Add new config option `config.assets.unknown_asset_fallback` when set to a truthy value will error when a requested asset is not in the pipeline. [#375]

lib/sprockets/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Sprockets
22
module Rails
3-
VERSION = "3.1.1"
3+
VERSION = "3.2.0"
44
end
55
end

0 commit comments

Comments
 (0)