diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index fd501adb..efe455ef 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,5 +1,9 @@ == Changelog +=== 0.1.1 + +* https://github.com/jamesnetherton/zulip-java-client/issues/58[#58] - Restore Zulip constructor that takes minimal configuration arguments + === 0.1.0 Initial `zulip-java-client` release with full support for: diff --git a/README.adoc b/README.adoc index ffdb4a44..2f0aee13 100644 --- a/README.adoc +++ b/README.adoc @@ -22,7 +22,7 @@ Add the `zulip-java-client` dependency to your project. com.github.jamesnetherton zulip-java-client - 0.1.0 + 0.1.1 ---- @@ -31,7 +31,7 @@ Add the `zulip-java-client` dependency to your project. [source,groovy] ---- dependencies { - compile 'com.github.jamesnetherton:zulip-java-client:0.1.0' + compile 'com.github.jamesnetherton:zulip-java-client:0.1.1' } ----