Skip to content

Commit

Permalink
Bump version to 1.5.2 and add Audited context support
Browse files Browse the repository at this point in the history
  • Loading branch information
amkisko committed Dec 13, 2024
1 parent 648d425 commit cabd45c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.5.2

* Add Audited context support

# 1.5.1

* Fix Audited current user setter to use `audited_user`
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
action_reporter (1.5.1)
action_reporter (1.5.2)
rails (> 5)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/action_reporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
module ActionReporter
module_function

VERSION = '1.5.1'.freeze
VERSION = '1.5.2'.freeze

AVAILABLE_REPORTERS = [
ActionReporter::RailsReporter,
Expand Down

0 comments on commit cabd45c

Please sign in to comment.