Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.zepben</groupId>
<artifactId>vertx-utils</artifactId>
<version>1.8.0b3</version>
<version>1.9.0b1</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Helpers and utils for working with Vert.x in Zepben projects.</description>
Expand Down
Loading