diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 4a62a62..bc1c947 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,6 +1,9 @@ next ==== +0.2.0 +===== + * Supported SASL authentication via the EXTERNAL mechanism. (https://github.com/supki/ldap-client/pull/9) * Added the `SecureWithTLSSettings` constructor to the `Host` datatype for the diff --git a/ldap-client.cabal b/ldap-client.cabal index 9acb573..5b18942 100644 --- a/ldap-client.cabal +++ b/ldap-client.cabal @@ -1,5 +1,5 @@ name: ldap-client -version: 0.1.0 +version: 0.2.0 synopsis: Pure Haskell LDAP Client Library description: Pure Haskell LDAP client library implementing (the parts of) RFC 4511. @@ -16,6 +16,7 @@ tested-with: GHC == 7.6.3 , GHC == 7.8.4 , GHC == 7.10.1 + , GHC == 8.0.1 extra-source-files: README.markdown CHANGELOG.markdown @@ -23,7 +24,7 @@ extra-source-files: source-repository head type: git location: git@github.com:supki/ldap-client - tag: 0.1.0 + tag: 0.2.0 library ghc-options: