Skip to content

Release 0.6.1

Choose a tag to compare

@github-actions github-actions released this 05 Oct 11:53

Artifacts

Maven Central: neonbee-core-0.6.1

Maven

<!-- https://mvnrepository.com/artifact/io.neonbee/neonbee-core -->
<dependency>
  <groupId>io.neonbee</groupId>
  <artifactId>neonbee-core</artifactId>
  <version>0.6.1</version>
</dependency>

Gradle

// https://mvnrepository.com/artifact/io.neonbee/neonbee-core
implementation group: 'io.neonbee', name: 'neonbee-core', version: '0.6.1'

Changelog

Bug Fixes

  • make ImmutableJsonArray/Object.equals behave better (6cd3cf4a)