From 7ceee303b7d440f0b26cba65d00032bfb897c0ef Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Tue, 2 May 2023 10:58:35 -0400 Subject: [PATCH] Release v2.4.1 --- CHANGELOG.md | 8 ++++++++ contrib/ruby/Gemfile.lock | 2 +- contrib/ruby/lib/trilogy/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f1bf93d..f7a1f7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## Unreleased +## 2.4.1 + +### Fixed + - Set error code on deadlock timeout errors #69 + +### Changed + - Remove superfluous `multi_result` connection option #68 + ## 2.4.0 ### Added diff --git a/contrib/ruby/Gemfile.lock b/contrib/ruby/Gemfile.lock index 183ce571..835d5265 100644 --- a/contrib/ruby/Gemfile.lock +++ b/contrib/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - trilogy (2.3.0) + trilogy (2.4.1) GEM remote: https://rubygems.org/ diff --git a/contrib/ruby/lib/trilogy/version.rb b/contrib/ruby/lib/trilogy/version.rb index e1118931..e28d4e45 100644 --- a/contrib/ruby/lib/trilogy/version.rb +++ b/contrib/ruby/lib/trilogy/version.rb @@ -1,3 +1,3 @@ class Trilogy - VERSION = "2.4.0" + VERSION = "2.4.1" end