Skip to content

Commit 6112116

Browse files
committed
Version bump.
1 parent ae1101f commit 6112116

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/alexdlaird/java-ngrok/compare/2.3.13...HEAD)
7+
## [Unreleased](https://github.com/alexdlaird/java-ngrok/compare/2.3.14...HEAD)
88

9-
## [2.3.13](https://github.com/alexdlaird/java-ngrok/compare/2.3.12...2.3.13) - 2025-05-16
9+
## [2.3.14](https://github.com/alexdlaird/java-ngrok/compare/2.3.12...2.3.14) - 2025-05-16
1010

1111
### Added
1212

@@ -426,13 +426,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
426426
from [`JavaNgrokConfig`](https://javadoc.io/doc/com.github.alexdlaird/java-ngrok/1.5.0/com/github/alexdlaird/ngrok/conf/JavaNgrokConfig.html),
427427
instead relying on `ngrok`'s own built-in retry mechanism on startup fails.
428428

429-
## [1.4.x](https://github.com/alexdlaird/java-ngrok/compare/1.4.18...1.4.x)
429+
## [1.4.x](https://github.com/alexdlaird/java-ngrok/compare/1.4.19...1.4.x)
430430

431431
The `1.4.x` branch is where support for Java 8 of `java-ngrok` was maintained. It is available through
432432
the `java8-ngrok` artifact
433433
on [Maven Central](https://central.sonatype.com/artifact/com.github.alexdlaird/java8-ngrok).
434434

435-
## [1.4.18](https://github.com/alexdlaird/java-ngrok/compare/1.4.17...1.4.18) - 2025-05-16
435+
## [1.4.19](https://github.com/alexdlaird/java-ngrok/compare/1.4.17...1.4.19) - 2025-05-16
436436

437437
### Added
438438

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ A Java 8-compatible build was previously maintained in the [`1.4.x`](https://git
136136
branch. While it is no longer supported, it is available through the `java8-ngrok` artifact instead on [Maven Central](https://central.sonatype.com/artifact/com.github.alexdlaird/java8-ngrok).
137137

138138
For more details on what differs in the `java8-ngrok` dependency,
139-
see [the "Java 8" section of the docs](https://javadoc.io/static/com.github.alexdlaird/java8-ngrok/1.4.18/overview-summary.html#java8).
139+
see [the "Java 8" section of the docs](https://javadoc.io/static/com.github.alexdlaird/java8-ngrok/1.4.19/overview-summary.html#java8).
140140

141141
## Contributing
142142

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group "com.github.alexdlaird"
13-
version "2.3.13"
13+
version "2.3.14"
1414

1515
java {
1616
withJavadocJar()

0 commit comments

Comments
 (0)