1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

Tagged 2.0.0.beta1

This commit is contained in:
Linus Marton 2018-07-04 20:47:45 +02:00
parent f6bf57b1b6
commit 66e49fa55b
No known key found for this signature in database
GPG key ID: 3AE26AD3E41F5ED8
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Pundit # Pundit
## Unreleased ## 2.0.0.beta1 (2018-07-04)
- Add `policy_class` option to `authorize` to be able to override the policy. (#441) - Add `policy_class` option to `authorize` to be able to override the policy. (#441)
- Add `policy_scope_class` option to `authorize` to be able to override the policy scope. (#441) - Add `policy_scope_class` option to `authorize` to be able to override the policy scope. (#441)

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Pundit module Pundit
VERSION = "1.1.0".freeze VERSION = "2.0.0.beta1".freeze
end end