Skip to content

Commit

Permalink
Update version to v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpark20 committed Feb 10, 2025
1 parent a550fe5 commit b5866aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.22.1

* Change: Enable thread_safety rubocop
* Change: Freeze constants and remove unused accessor (`@exceptions`) from `Semian::GRPC`

# 0.22.0

* Change: semians will trigger on ER_PROXYSQL_MAX_CONN_TIMEOUT with mysql2 (#522)
Expand Down
2 changes: 1 addition & 1 deletion lib/semian/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Semian
VERSION = "0.22.0"
VERSION = "0.22.1"
end

0 comments on commit b5866aa

Please sign in to comment.