diff --git a/changelog.md b/changelog.md index 3b9c7fc..b428d97 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,21 @@ # Vertx Utils changelog -## [1.8.0] - UNRELEASED +## [1.9.0] - UNRELEASED +### Breaking Changes +* None. + +### New Features +* None. + +### Enhancements +* None. + +### Fixes +* None. + +### Notes +* None. + +## [1.8.0] - 2026-04-09 ### Breaking Changes * This project requires JVM 17 to build diff --git a/pom.xml b/pom.xml index b688c4a..fde7811 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.zepben vertx-utils - 1.8.0b3 + 1.9.0b1 ${project.groupId}:${project.artifactId} Helpers and utils for working with Vert.x in Zepben projects.