Skip to content

Commit

Permalink
Merge pull request #82 from departurerb/release-6.4.0
Browse files Browse the repository at this point in the history
Release 6.4.0
  • Loading branch information
xjunior authored Aug 4, 2022
2 parents faa3854 + 40ca271 commit 5e698ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ Please follow the format in [Keep a Changelog](http://keepachangelog.com/)

## [Unreleased]

## [6.4.0] - 2020-06-23

- Support for ActiveRecord 6.1.4
- Relax mysql2 requirement to allow mysql2 0.5.4
- Support Rails 6' #upsert_all

## [6.3.0] - 2020-06-23

- Support for ActiveRecord 6.1

## [6.2.0] - 2020-06-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/departure/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Departure
VERSION = '6.3.0'.freeze
VERSION = '6.4.0'.freeze
end

0 comments on commit 5e698ad

Please sign in to comment.