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 Oct 7, 2020
1 parent b602f4e commit 398f63c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 0.5.0 (2020-10-07)

- Add `preauthorize_mutation_raise_exception` configuration parameter. ([@palkan][])

Similar to `preauthorize_raise_exception` but only for mutations.
Expand All @@ -23,7 +25,7 @@ expose_authorization_rules :show?, field_options: {camelize: false}
field :can_show, ActionPolicy::GraphQL::Types::AuthorizationResult, null: false, camelize: false
```

## 0.4.0 (2010-03-11)
## 0.4.0 (2020-03-11)

- **Require Ruby 2.5+**. ([@palkan][])

Expand Down
2 changes: 1 addition & 1 deletion lib/action_policy/graphql/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActionPolicy
module GraphQL
VERSION = "0.4.0-dev"
VERSION = "0.5.0"
end
end

0 comments on commit 398f63c

Please sign in to comment.