Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Oct 17, 2022
1 parent 8870ce2 commit c9eb4e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## 2.2.0

### Added
- Add `#closed?` method to Ruby binding. #30

### Changed
- Support Ruby's `memsize` callback

### Fixed
- Ruby: Fixed a memory leak on freed connections

## 2.1.2

2022-10-04
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.2)
trilogy (2.2.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.1.2"
VERSION = "2.2.0"
end

0 comments on commit c9eb4e4

Please sign in to comment.