Skip to content

Commit 32a2939

Browse files
committed
Prepare to 5.0.0
1 parent 6507f0a commit 32a2939

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,3 +1,8 @@
1+
## 5.0.0 (Apr 23, 2019) ##
2+
3+
* Remove support to Rails < 5.2.
4+
* Support Rails 6.
5+
16
## 4.2.2 (May 24, 2017) ##
27

38
* Support digest resolution for coffee templates.

lib/coffee/rails/version.rb

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

0 commit comments

Comments
 (0)