Skip to content

Releases: notifir/notifir-java

Release 0.5.7 πŸ¦„

10 Aug 08:33

Choose a tag to compare

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

  • 7ecac8c - ⌨️ Tiny changes to the release notes
  • 204a218 - πŸ—‘ Remove release drafter

Release 0.5.6

09 Aug 20:11

Choose a tag to compare

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

09 Aug 19:59

Choose a tag to compare

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

09 Aug 19:56

Choose a tag to compare

Changes

Initial project setup