Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pokonski committed Apr 28, 2018
1 parent 66c1341 commit 8a31efe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion access-granted.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]
spec.description = %q{Role based authorization gem}
Expand Down

0 comments on commit 8a31efe

Please sign in to comment.