Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Jan 8, 2021
1 parent 1e2994a commit 7fd8334
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## 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
Expand Down
2 changes: 1 addition & 1 deletion lib/audited/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Audited
VERSION = "4.9.0"
VERSION = "4.10.0"
end

0 comments on commit 7fd8334

Please sign in to comment.