Skip to content

Commit

Permalink
Release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Oct 4, 2022
1 parent 89f70f0 commit 41dd1aa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## 2.1.2

2022-10-04

### Fixed

- Don't scramble passwords when responding to auth switch request. #21
- Allow connecting to MariaDB. #22

## 2.1.1

2022-06-06

### Fixed

- Verify exact length of auth_data_len

## 2.1.0

2022-03-11
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.1.1)
trilogy (2.1.2)

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.1.1"
VERSION = "2.1.2"
end

0 comments on commit 41dd1aa

Please sign in to comment.