Skip to content

Commit a4099aa

Browse files
committed
Bump 0.7.0
1 parent 372b3db commit a4099aa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
## master
44

5+
## 0.7.0 (2024-06-20)
6+
57
- **Ruby 2.7+** is required.
68

9+
- Support using callable objects as scopes. ([@killondark][])
10+
711
## 0.6.9 (2024-04-19)
812

913
- Add `.with_context` modifier to the `#have_authorized_scope` matcher. ([@killondark][])

lib/action_policy/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActionPolicy
4-
VERSION = "0.6.9"
4+
VERSION = "0.7.0"
55
end

0 commit comments

Comments
 (0)