Skip to content

Commit

Permalink
Prepare 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Dec 5, 2020
1 parent 8184801 commit fe1f822
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the `zulip-java-client` dependency to your project.
<dependency>
<groupId>com.github.jamesnetherton</groupId>
<artifactId>zulip-java-client</artifactId>
<version>0.1.0</vesrsion>
<version>0.1.1</vesrsion>
</dependency>
----

Expand All @@ -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'
}
----

Expand Down

0 comments on commit fe1f822

Please sign in to comment.