Skip to content

Commit 5e698ad

Browse files
authored
Merge pull request departurerb#82 from departurerb/release-6.4.0
Release 6.4.0
2 parents faa3854 + 40ca271 commit 5e698ad

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Please follow the format in [Keep a Changelog](http://keepachangelog.com/)
66

77
## [Unreleased]
88

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+
919
## [6.2.0] - 2020-06-23
1020

1121
### Added

lib/departure/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Departure
2-
VERSION = '6.3.0'.freeze
2+
VERSION = '6.4.0'.freeze
33
end

0 commit comments

Comments
 (0)