We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents faa3854 + 40ca271 commit 5e698adCopy full SHA for 5e698ad
CHANGELOG.md
@@ -6,6 +6,16 @@ Please follow the format in [Keep a Changelog](http://keepachangelog.com/)
6
7
## [Unreleased]
8
9
+## [6.4.0] - 2020-06-23
10
+
11
+- Support for ActiveRecord 6.1.4
12
+- Relax mysql2 requirement to allow mysql2 0.5.4
13
+- Support Rails 6' #upsert_all
14
15
+## [6.3.0] - 2020-06-23
16
17
+- Support for ActiveRecord 6.1
18
19
## [6.2.0] - 2020-06-23
20
21
### Added
lib/departure/version.rb
@@ -1,3 +1,3 @@
1
module Departure
2
- VERSION = '6.3.0'.freeze
+ VERSION = '6.4.0'.freeze
3
end
0 commit comments