aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md8
-rw-r--r--ldapply.cabal2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 6100699..4493393 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,11 @@
+0.2.0
+=====
+
+ * Require [LDAP](https://hackage.haskell.org/package/LDAP) > 0.6.0 for `ldapExternalSaslBind`.
+ * Support simple bind. Added options `-x`, `-D`, `-w`, `-y` similar to `ldapmodify`.
+ * `changetype: delete` works if entry to be deleted does not exist.
+
+
0.1.0
=====
diff --git a/ldapply.cabal b/ldapply.cabal
index f4e56f0..a249d83 100644
--- a/ldapply.cabal
+++ b/ldapply.cabal
@@ -1,5 +1,5 @@
name: ldapply
-version: 0.1.0
+version: 0.2.0
synopsis: LDIF idempotent apply tool
license: MIT
license-file: LICENSE