From c6fa93f02279cc755499f86bfe78fa48429a91db Mon Sep 17 00:00:00 2001 From: Daniel Moore Date: Sun, 18 May 2014 16:44:11 -0400 Subject: [PATCH] Version 2.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ src/ldap_auth.app.src | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7e81995 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## v2.0.0 + +### Fixes + +- Issue #2: handle_admin_role is now functional. + +### Enhancements + +- Issue #7: All groups are now lower-cased. **Potentially backwards-incompatible** +- Issue #3: The `LdapServer` config has been replaced with `LdapServers`, which accepts a comma-separated list of servers to try. **Backwards-incompatible** + +## v1.0.0 + +Initial version. Supports authenticating users and groups against a specified LDAP server. \ No newline at end of file diff --git a/src/ldap_auth.app.src b/src/ldap_auth.app.src index 548667c..e9b785c 100644 --- a/src/ldap_auth.app.src +++ b/src/ldap_auth.app.src @@ -1,7 +1,7 @@ {application, ldap_auth, [ {description, ""}, - {vsn, "1"}, + {vsn, "2.0.0"}, {registered, [ "src/ldap_auth" ]}, {applications, [ kernel,