Skip to content

Commit 6ece6b9

Browse files
committed
v2.2.4
1 parent 228f709 commit 6ece6b9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
trino-client-ruby
22
====
3+
## 2.2.4
4+
- Add steps to publish trino-client-ruby [[228f709](https://github.com/treasure-data/trino-client-ruby/commit/228f709)]
5+
36
## 2.2.3
47
- Add .github/workflows/publisher.yml [[f9643b2](https://github.com/treasure-data/trino-client-ruby/commit/f9643b2)]
58
- Bump actions/checkout from 4 to 5 ([#141](https://github.com/treasure-data/trino-client-ruby/issues/141)) [[61372d4](https://github.com/treasure-data/trino-client-ruby/commit/61372d4)]

lib/trino/client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
#
1616
module Trino
1717
module Client
18-
VERSION = "2.2.3"
18+
VERSION = "2.2.4"
1919
end
2020
end

0 commit comments

Comments
 (0)