We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b7aad commit f935285Copy full SHA for f935285
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Audited ChangeLog
2
3
+### 5.8.0 (2024-11-08)
4
+- Allow calling audited multiple times - @mohammednasser-32
5
+ [734](https://github.com/collectiveidea/audited/pull/734)
6
+- Relax gemspec to allow Rails 8.1 - @BranLiang
7
+ [738](https://github.com/collectiveidea/audited/pull/738)
8
+
9
### 5.7.0 (2024-08-13)
10
11
- Support for Rails 7.2 and Ruby 3.3, and testing cleanups - @mattbrictson
lib/audited/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Audited
- VERSION = "5.7.0"
+ VERSION = "5.8.0"
end
0 commit comments