Skip to content

Commit

Permalink
Prepare relase 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Sep 21, 2024
1 parent bed9ca4 commit 745fa75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
= Changelog

== 0.7.1

==== Enhancements

* New `EventService.captureMessageEvents` implementation that can accept a custom `ExecutorService`

==== Bug fixes

* https://github.com/jamesnetherton/zulip-java-client/issues/363[#363] - `HttpContext` is potentially not thread safe
* https://github.com/jamesnetherton/zulip-java-client/issues/372[#372] - Passing multiple narrows to `captureMessageEvents` causes `ArrayIndexOutOfBoundsException`

== 0.7.0

==== Enhancements
Expand Down
1 change: 1 addition & 0 deletions COMPATIBILITY.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[options="header"]
|=======================
|Zulip Java Client Version|Zulip Server Version
|0.7.1 |Zulip 9.x
|0.7.0 |Zulip 9.x
|0.6.0 |Zulip 8.x
|0.5.2 |Zulip 7.x
Expand Down

0 comments on commit 745fa75

Please sign in to comment.