Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Mar 23, 2009
1 parent e1413be commit d1450a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rdoc
Expand Up @@ -3,6 +3,7 @@
* Validate length of password.
* Dont save sessions with a ! during session maintenance.
* Add self_and_descendants_from_active_record for Rails 2.3
* Abort acts_as_authentic if there is no DB connection or table.

== 2.0.0 released 2009-3-23

Expand Down
2 changes: 1 addition & 1 deletion lib/authlogic/version.rb
Expand Up @@ -44,7 +44,7 @@ def to_a

MAJOR = 2
MINOR = 0
TINY = 0
TINY = 1

# The current version as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)
Expand Down

0 comments on commit d1450a7

Please sign in to comment.