Skip to content

Release 0.26.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 07:57

Artifacts

Maven Central: neonbee-core-0.26.0

Maven

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

Gradle

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

Changelog

Bug Fixes

  • revert SelfCleaningRegistry change, due to conceptual issues (e22979a5)