This commit is contained in:
Matvey Aksenov 2017-07-04 20:35:22 +00:00
parent 3c7e4585da
commit e8e70a00f8
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,9 @@
next next
==== ====
0.2.0
=====
* Supported SASL authentication via the EXTERNAL mechanism. (https://github.com/supki/ldap-client/pull/9) * 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 * Added the `SecureWithTLSSettings` constructor to the `Host` datatype for the

View File

@ -1,5 +1,5 @@
name: ldap-client name: ldap-client
version: 0.1.0 version: 0.2.0
synopsis: Pure Haskell LDAP Client Library synopsis: Pure Haskell LDAP Client Library
description: description:
Pure Haskell LDAP client library implementing (the parts of) RFC 4511. Pure Haskell LDAP client library implementing (the parts of) RFC 4511.
@ -16,6 +16,7 @@ tested-with:
GHC == 7.6.3 GHC == 7.6.3
, GHC == 7.8.4 , GHC == 7.8.4
, GHC == 7.10.1 , GHC == 7.10.1
, GHC == 8.0.1
extra-source-files: extra-source-files:
README.markdown README.markdown
CHANGELOG.markdown CHANGELOG.markdown
@ -23,7 +24,7 @@ extra-source-files:
source-repository head source-repository head
type: git type: git
location: git@github.com:supki/ldap-client location: git@github.com:supki/ldap-client
tag: 0.1.0 tag: 0.2.0
library library
ghc-options: ghc-options: