Skip to content

Commit

Permalink
Merge pull request #181 from trilogy-libraries/prepare-2.8-release
Browse files Browse the repository at this point in the history
Release v2.8.0
  • Loading branch information
composerinteralia authored Apr 9, 2024
2 parents f199c58 + 43b9528 commit 4cd757e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## Unreleased

- Add support for `caching_sha2_password` when using MySQL 8.0+.
## 2.8.0

### Added

- Add support for `caching_sha2_password` when using MySQL 8.0+. #165
- Add support for `mysql_clear_password` client plugin. #171
- Add connection `#check`. #154

### Fixed

- Use `connect_timeout` for initial connection. #159

## 2.7.0

Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
trilogy (2.7.0)
trilogy (2.8.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby/lib/trilogy/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Trilogy
VERSION = "2.7.0"
VERSION = "2.8.0"
end

0 comments on commit 4cd757e

Please sign in to comment.