Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmoore committed May 18, 2014
1 parent e3dbbf8 commit c6fa93f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions 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.
2 changes: 1 addition & 1 deletion 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,
Expand Down

0 comments on commit c6fa93f

Please sign in to comment.