Skip to content

Commit

Permalink
Bump 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Sep 29, 2020
1 parent f7e18b4 commit 95aea7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 0.5.0 (2020-09-29)

- Move `deny!` / `allow!` to core. ([@palkan][])

Now you can call `deny!` and `allow!` in policy rules to fail- or pass-fast.
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.4.4"
VERSION = "0.5.0"
end

0 comments on commit 95aea7c

Please sign in to comment.