Skip to content

Commit

Permalink
Release 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Jan 24, 2023
1 parent 011c5a9 commit b70f7f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Please follow the format in [Keep a Changelog](http://keepachangelog.com/)

## [Unreleased]
## [6.5.0] - 2023-01-24

- Support mysql gem version 0.5.5
- Support for connection to MySQL server over socket
- Support appending items to the general DSN. Used to apply workaround for [PT-2126](https://jira.percona.com/browse/PT-2126)

## [6.4.0] - 2020-06-23
## [6.4.0] - 2022-08-24

- Support for ActiveRecord 6.1.4
- Relax mysql2 requirement to allow mysql2 0.5.4
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.4.0'.freeze
VERSION = '6.4.1'.freeze
end

0 comments on commit b70f7f5

Please sign in to comment.