Skip to content

Commit f935285

Browse files
Bump version
1 parent 05b7aad commit f935285

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Audited ChangeLog
22

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+
39
### 5.7.0 (2024-08-13)
410

511
- Support for Rails 7.2 and Ruby 3.3, and testing cleanups - @mattbrictson

lib/audited/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Audited
4-
VERSION = "5.7.0"
4+
VERSION = "5.8.0"
55
end

0 commit comments

Comments
 (0)