diff --git a/CHANGELOG.md b/CHANGELOG.md index ad69941e6..fb29b4022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +**3.3.6** (October 5, 2015) + +* Expose method to override the sass cache in the SassProcessor. + **3.3.5** (September 25, 2015) * Fix bug related to absolute path being reintroduced into history cache #141. diff --git a/lib/sprockets/version.rb b/lib/sprockets/version.rb index c65f9e1a4..1f85ee26e 100644 --- a/lib/sprockets/version.rb +++ b/lib/sprockets/version.rb @@ -1,3 +1,3 @@ module Sprockets - VERSION = "3.3.5" + VERSION = "3.3.6" end