Skip to content

Commit ea304fd

Browse files
authored
Merge pull request #766 from zdennis/releases/v1.4.0
Release v1.4.0
2 parents 59dcc29 + 2c5d52f commit ea304fd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Changes in 1.4.0
2+
3+
### New Features
4+
5+
* Enable compatibility with frozen string literals. Thanks to @desheikh via \##760.
6+
17
## Changes in 1.3.0
28

39
### Fixes

Diff for: lib/activerecord-import/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveRecord
22
module Import
3-
VERSION = "1.3.0".freeze
3+
VERSION = "1.4.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)