Skip to content

Commit

Permalink
Bump version to 5.5.0 and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Apr 2, 2024
1 parent c721d5d commit fa9740b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.5.0 (2024-04-02)

- Removed support for Rails 5.0 and 5.1.
- Replace RequestStore with ActiveSupport::CurrentAttributes - @punkisdead
[#702](https://github.com/collectiveidea/audited/pull/702)

### 5.4.3 (2024-01-11)

- Ignore readonly columns in audit - @sriddbs
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Audited
**Audited** (previously acts_as_audited) is an ORM extension that logs all changes to your models. Audited can also record who made those changes, save comments and associate models related to the changes.


Audited currently (5.x) works with Rails 7.1, 7.0, 6.1, 6.0, 5.2, 5.1, and 5.0.
Audited currently (5.5) works with Rails 7.1, 7.0, 6.1, 6.0, 5.2.

For Rails 5.0 & 5.1, use gem version 5.4.3
For Rails 4, use gem version 4.x
For Rails 3, use gem version 3.0 or see the [3.0-stable branch](https://github.com/collectiveidea/audited/tree/3.0-stable).

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.4.3"
VERSION = "5.5.0"
end

0 comments on commit fa9740b

Please sign in to comment.