Skip to content

Commit

Permalink
0.1.1: Fix Rails 7.1 deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Dec 13, 2023
1 parent 80c0412 commit 7f64135
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
## Unreleased

## 0.1.1 - 2023-12-13

### Fixed

- Fix deprecation warning in Rails 7.1. [#4](https://github.com/yabeda-rb/yabeda-activerecord/pull/4) by [@intrip][]

## 0.1.0 - 2022-05-27

- Initial release: query performance metrics and connection pool stats. [@Envek][]

[@Envek]: https://github.com/Envek/ "Andrey Novikov"
[@intrip]: https://github.com/intrip "Jacopo Beschi"
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
yabeda-activerecord (0.1.0)
yabeda-activerecord (0.1.1)
activerecord (>= 6.0)
yabeda (~> 0.6)

Expand Down
2 changes: 1 addition & 1 deletion lib/yabeda/active_record/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Yabeda
module ActiveRecord
VERSION = "0.1.0"
VERSION = "0.1.1"
end
end

0 comments on commit 7f64135

Please sign in to comment.