Skip to content

Commit ddab515

Browse files
author
Rafael Mendonça França
committed
Prepare for the 4.0.4 release
1 parent a60dd69 commit ddab515

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 4.0.4 (Oct 29, 2014)
4+
5+
* Make possible to use any sprockets version in the 2.11 series.
6+
* Require at least sass 3.2.2.
7+
38
## 4.0.3 (Apr 4, 2014)
49

510
* Make possible to use sprockets-rails 2.1.

lib/sass/rails/version.rb

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

0 commit comments

Comments
 (0)