Skip to content

Zulip Java Client - 0.5.1

Compare
Choose a tag to compare
@jamesnetherton jamesnetherton released this 26 Sep 10:40
· 143 commits to main since this release

Bug fixes

  • #266 - UserRole enum is missing ORGANIZATION_MODERATOR

Installation

Maven

<dependency>
    <groupId>com.github.jamesnetherton</groupId>
    <artifactId>zulip-java-client</artifactId>
    <version>0.5.1</version>
</dependency>

Gradle

dependencies {
    compile 'com.github.jamesnetherton:zulip-java-client:0.5.1'
}