Skip to content

Commit 62680dc

Browse files
committed
Update versions and chagelog
Signed-off-by: Paulo Lopes <[email protected]>
1 parent c336076 commit 62680dc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [0.19.0] -
9-
* Bumped vertx to 4.3.0
9+
* Bumped vertx to 4.3.2
10+
* Allow spaces in CWD
11+
* Update CI as latest graal will not include `js` by default
12+
* Update docs for latest graal
1013

1114
## [0.18.0] - 2022-04-28
1215
* Added new module `@vertx/uri-template`

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<maven.compiler.testSource>11</maven.compiler.testSource>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<!-- Dependency versions -->
17-
<stack.version>4.3.0</stack.version>
17+
<stack.version>4.3.2</stack.version>
1818
<graalvm.version>22.1.0</graalvm.version>
1919
<!-- deployment -->
2020
<sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl>

0 commit comments

Comments
 (0)