Skip to content

Commit

Permalink
updated for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Feb 8, 2011
1 parent 2bd6630 commit 46b9090
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.txt
@@ -1,3 +1,13 @@
version 0.4.2
=============

* Serial fieldnames are case insensitive now, i.e. allow capital as well

version 0.4.1
=============

* mutliline values inside Ldap::Array

version 0.3.5
=============

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ require 'spec/rake/spectask'
require 'pathname'

Hoe.spec('dm-ldap-adapter') do |p|
p.version = "0.4.1"
p.version = "0.4.2"
p.description = "ldap adapter for datamapper which uses either net-ldap or ruby-ldap"
p.developer('mkristian', 'm.kristian@web.de')
p.url = "http://dm-ldap-adapter.rubyforge.org"
Expand Down

0 comments on commit 46b9090

Please sign in to comment.