Skip to content

Commit

Permalink
Bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Apr 5, 2024
1 parent f69bc57 commit 706cbff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Audited ChangeLog

### 5.5.0 (2024-04-02)
### 5.6.0 (2024-04-05)

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

### 5.5.0 (2024-04-02)

- Bad release. Same code as 5.4.1. Use 5.6.0 for updated features.

### 5.4.3 (2024-01-11)

- Ignore readonly columns in audit - @sriddbs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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.5) works with Rails 7.1, 7.0, 6.1, 6.0, 5.2.
Audited currently (5.6) 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
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.5.1.pre"
VERSION = "5.6.0"
end

0 comments on commit 706cbff

Please sign in to comment.