Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfadden committed Jan 25, 2024
1 parent 28cb64b commit da17cc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1 (Jan 25, 2024)

- Fix: Do not retry on ActiveRecord::QueryCanceled errors

## 1.0.0 (Aug 24, 2023)

- Feature: Add support for Rails 7
Expand Down
2 changes: 1 addition & 1 deletion lib/activerecord/mysql/reconnect/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Activerecord
module Mysql
module Reconnect
VERSION = '1.0.0'
VERSION = '1.0.1'
end
end
end

0 comments on commit da17cc3

Please sign in to comment.