Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Bump version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Long committed Feb 20, 2013
1 parent d13054b commit d54452f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
Expand Up @@ -2,6 +2,10 @@

Authority does its best to use [semantic versioning](http://semver.org).

## v2.4.3

Bugfix for Rails 3.1 - apparently its `class_attribute` method stepped on instance methods even when given `:instance_reader => false`

## v2.4.2

Bugfix - make `authority_resource` inheritable. For instance, if you call `authorize_actions_for Llama` in one controller, a child controller does the same unless told otherwise.
Expand Down
2 changes: 1 addition & 1 deletion lib/authority/version.rb
@@ -1,3 +1,3 @@
module Authority
VERSION = "2.4.2"
VERSION = "2.4.3"
end

0 comments on commit d54452f

Please sign in to comment.