CHANGELOG.md in audited-4.7.1 vs CHANGELOG.md in audited-4.8.0
- old
+ new
@@ -1,20 +1,30 @@
# Audited ChangeLog
-## Unreleased
+## 4.8.0 (2018-08-19)
Breaking changes
- None
Added
-- None
+- Add ability to globally disable auditing
+ [#426](https://github.com/collectiveidea/audited/pull/426)
+- Add `own_and_associated_audits` method to auditable models
+ [#428](https://github.com/collectiveidea/audited/pull/428)
+- Ability to nest `as_user` within itself
+ [#450](https://github.com/collectiveidea/audited/pull/450)
+- Private methods can now be used for conditional auditing
+ [#454](https://github.com/collectiveidea/audited/pull/454)
Changed
-- None
+- Add version to `auditable_index`
+ [#427](https://github.com/collectiveidea/audited/pull/427)
+- Rename audited resource revision `version` attribute to `audit_version` and deprecate `version` attribute
+ [#443](https://github.com/collectiveidea/audited/pull/443)
Fixed
- None
@@ -28,10 +38,11 @@
- None
Changed
-- None
+- Change/deprecate `version` attribute to `audit_version` attribute
+ [#443](https://github.com/collectiveidea/audited/pull/443)
Fixed
- Allow use with Rails 5.2 final