CHANGELOG.md in audited-5.0.2 vs CHANGELOG.md in audited-5.1.0
- old
+ new
@@ -1,7 +1,33 @@
# Audited ChangeLog
+## 5.1.0 (2022-12-23)
+
+Changed
+
+- config.audit_class takes a string - @simmerz
+ [#609](https://github.com/collectiveidea/audited/pull/609)
+- Filter encrypted attributes automatically - @vlad-psh
+ [#630](https://github.com/collectiveidea/audited/pull/630)
+
+Improved
+
+- README improvements - @jess, @mstroming
+ [#605](https://github.com/collectiveidea/audited/pull/605)
+ [#640](https://github.com/collectiveidea/audited/issues/640)
+- Ignore deadlocks in concurrent audit combinations - @Crammaman
+ [#621](https://github.com/collectiveidea/audited/pull/621)
+- Fix timestamped_migrations deprecation warning - @shouichi
+ [#624](https://github.com/collectiveidea/audited/pull/624)
+- Ensure audits are re-enabled after blocks - @dcorlett
+ [#632](https://github.com/collectiveidea/audited/pull/632)
+- Replace raw string where clause with query methods - @macowie
+ [#642](https://github.com/collectiveidea/audited/pull/642)
+- Test against more Ruby/Rails Versions - @enomotodev, @danielmorrison
+ [#610](https://github.com/collectiveidea/audited/pull/610)
+ [#643](https://github.com/collectiveidea/audited/pull/643)
+
## 5.0.2 (2021-09-16)
Added
- Relax ActiveRecord version constraint to support Rails 7
@@ -9,10 +35,10 @@
Improved
- Improve loading - @mvastola
[#592](https://github.com/collectiveidea/audited/pull/592)
-- Update README - @danirod, clement1234
+- Update README - @danirod, @clement1234
[#596](https://github.com/collectiveidea/audited/pull/596)
[#594](https://github.com/collectiveidea/audited/pull/594)
## 5.0.1 (2021-06-11)