Skip to content

Commit

Permalink
Release v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Apr 10, 2009
1 parent 1327cc7 commit 2e0e8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
@@ -1,4 +1,4 @@
== 2.0.8 == 2.0.8 release 2009-4-9


* Dont reset the @password_changed instance variable to false because its halts the callback chain, instead reset it to nil. * Dont reset the @password_changed instance variable to false because its halts the callback chain, instead reset it to nil.


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


MAJOR = 2 MAJOR = 2
MINOR = 0 MINOR = 0
TINY = 7 TINY = 8


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

0 comments on commit 2e0e8ac

Please sign in to comment.