diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ee15f2..75458f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.3.1 + +- Add information about action and subject when raising AccessDenied exception ([PR #45](https://github.com/chaps-io/access-granted/pull/46)), thanks [jraqula](https://github.com/jraqula)! + # 1.3.0 - Drop support for Ruby 1.9.3, it might still work but we are no longer testing against it. diff --git a/access-granted.gemspec b/access-granted.gemspec index f33f829..8829d4f 100644 --- a/access-granted.gemspec +++ b/access-granted.gemspec @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "access-granted" - spec.version = "1.3.0" + spec.version = "1.3.1" spec.authors = ["Piotrek OkoĊ„ski"] spec.email = ["piotrek@okonski.org"] spec.description = %q{Role based authorization gem}