Releases: notifir/notifir-java
Releases Β· notifir/notifir-java
Release 0.5.7 π¦
Java client library for the Notifir.
Grab the new version from the Maven central.
Get it via Maven:
<dependency>
<groupId>io.github.notifir</groupId>
<artifactId>notifir</artifactId>
<version>0.5.7</version>
</dependency>or Gradle:
implementation 'io.github.notifir:notifir:0.5.7'Changelog
Release 0.5.6
Java client library for the Notifir.
Grab the new version from Maven central https://repo1.maven.org/maven2/io/github/notifir/notifir/0.5.6/:
<dependency>
<groupId>io.github.notifir</groupId>
<artifactId>notifir</artifactId>
<version>0.5.6</version>
</dependency>
Or using Gradle:
implementation 'io.github.notifir:notifir:0.5.6'
Things that changed in this release
- a0d10c7 - π§ Fix release changelog
Release 0.5.5
Java client library for the Notifir.
Grab the new version from Maven central https://repo1.maven.org/maven2/io/github/notifir/notifir/refs/tags/0.5.5/:
<dependency>
<groupId>io.github.notifir</groupId>
<artifactId>notifir</artifactId>
<version>refs/tags/0.5.5</version>
</dependency>
implementation 'io.github.notifir:notifir:refs/tags/0.5.5'
Things that changed in this release
- cbbb257 - βοΈ Automate release notes
- 47943e9 - βοΈ Improve build pipelines
- 0f2491f - π Remove project id from NotificationRequest model
- 9dc32a8 - π Improve NotificationRequest model
- 1e5651a - π© Update README with badges
- 549ffed - π§ Fix artifact for publishing
- 2a01fbd - π§ Fix artifact for publishing
- 1a38b3e - π Improve docs
- 6728a8c - π§ Improve versioning setup
Release 0.1.0 - Initial
Changes
Initial project setup