0.2.0
This commit is contained in:
parent
3c7e4585da
commit
e8e70a00f8
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user