diff --git a/CHANGELOG.md b/CHANGELOG.md index d470758a..6395c14f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Audited ChangeLog +### 5.8.0 (2024-11-08) +- Allow calling audited multiple times - @mohammednasser-32 + [734](https://github.com/collectiveidea/audited/pull/734) +- Relax gemspec to allow Rails 8.1 - @BranLiang + [738](https://github.com/collectiveidea/audited/pull/738) + ### 5.7.0 (2024-08-13) - Support for Rails 7.2 and Ruby 3.3, and testing cleanups - @mattbrictson diff --git a/lib/audited/version.rb b/lib/audited/version.rb index 54c7f198..4e622287 100644 --- a/lib/audited/version.rb +++ b/lib/audited/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Audited - VERSION = "5.7.0" + VERSION = "5.8.0" end