Skip to content

Commit

Permalink
Merge pull request #671 from giovannism20/main
Browse files Browse the repository at this point in the history
Preparing for release 5.3.3
  • Loading branch information
danielmorrison authored Apr 24, 2023
2 parents e38e8a3 + c61ec9c commit 379aeed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Audited ChangeLog

## 5.3.3 (2023-03-24)

- Use RequestStore instead of Thread.current for thread-safe requests - @tiagocassio
[#669](https://github.com/collectiveidea/audited/pull/669)
- Clean up Touch audits - @mcyoung, @akostadinov
[#668](https://github.com/collectiveidea/audited/pull/668)

## 5.3.2 (2023-02-22)

- Touch audit bug fixes - @mcyoung
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Audited is currently ActiveRecord-only. In a previous life, Audited worked with
Add the gem to your Gemfile:

```ruby
gem "audited", "~> 5.0"
gem "audited"
```

And if you're using ```require: false``` you must add initializers like this:
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.3.2"
VERSION = "5.3.3"
end

0 comments on commit 379aeed

Please sign in to comment.