Skip to content

Commit

Permalink
Bump 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jun 20, 2024
1 parent 372b3db commit a4099aa
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,8 +2,12 @@

## master

## 0.7.0 (2024-06-20)

- **Ruby 2.7+** is required.

- Support using callable objects as scopes. ([@killondark][])

## 0.6.9 (2024-04-19)

- Add `.with_context` modifier to the `#have_authorized_scope` matcher. ([@killondark][])
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.9"
VERSION = "0.7.0"
end

0 comments on commit a4099aa

Please sign in to comment.