Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Nov 8, 2024
1 parent 05b7aad commit f935285
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/audited/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Audited
VERSION = "5.7.0"
VERSION = "5.8.0"
end

0 comments on commit f935285

Please sign in to comment.