CHANGELOG.md in audited-4.9.0 vs CHANGELOG.md in audited-4.10.0
- old
+ new
@@ -1,8 +1,24 @@
# Audited ChangeLog
## Unreleased
+## 4.10.0 (2021-01-07)
+
+Added
+
+- Add redacted option
+ [#485](https://github.com/collectiveidea/audited/pull/485)
+- Rails 6.1. support
+ [#554](https://github.com/collectiveidea/audited/pull/554)
+ [#559](https://github.com/collectiveidea/audited/pull/559)
+
+Improved
+
+- Avoid extra query on first audit version
+ [#513](https://github.com/collectiveidea/audited/pull/513)
+
+
## 4.9.0 (2019-07-17)
Breaking changes
- removed block support for `Audit.reconstruct_attributes`