Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release v2.0.9
  • Loading branch information
binarylogic committed Apr 11, 2009
1 parent 1ffbc66 commit 40f7abb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rdoc
@@ -1,6 +1,7 @@
== 2.0.9
== 2.0.9 release 2009-4-9

* Fix bug where hooks provided by the password module were called when the password module was not being used due to the fact that the password field did not exist.
* Fixed bug where hooks provided by the password module were called when the password module was not being used due to the fact that the password field did not exist.
* Fixed bug where the find_with_login method was not being aliased if you were using an alternate field besides login.

== 2.0.8 release 2009-4-9

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

MAJOR = 2
MINOR = 0
TINY = 8
TINY = 9

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

0 comments on commit 40f7abb

Please sign in to comment.