Skip to content

Commit

Permalink
Bump 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Sep 14, 2023
1 parent 481ca60 commit 8204e9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master

## 0.6.7 (2023-09-13)

- Fix loading Rails extensions during eager load. ([@palkan][])

## 0.6.6 (2023-09-11)

- Fix loading Active Record and Action Controller scope matchers. ([@palkan][])
Expand Down
2 changes: 1 addition & 1 deletion lib/action_policy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActionPolicy
VERSION = "0.6.6"
VERSION = "0.6.7"
end

0 comments on commit 8204e9b

Please sign in to comment.