There was an error while loading. Please reload this page.
1 parent ce7c826 commit 563f445Copy full SHA for 563f445
CHANGELOG.markdown
@@ -1,7 +1,12 @@
1
CHANGELOG
2
=====
3
4
-ZkClient 0.6 (???)
+ZkClient 0.7 (???)
5
+---------------
6
+-
7
+
8
9
+ZkClient 0.6 (Aug 2015)
10
---------------
11
- Adding setAcl and getAcl methods to zkClient so users can setAcls not just during creation but after creation of node as well.
12
- Upgrade to Zookeeper 3.4.6 (from 3.4.3)
build.gradle
@@ -7,7 +7,7 @@ apply plugin: 'project-reports'
apply plugin: 'osgi'
group = 'com.101tec'
-version = '0.6-dev'
+version = '0.6'
sourceCompatibility = 1.6
13
jar {
0 commit comments