diff --git a/CHANGELOG.md b/CHANGELOG.md index b906df8..274d0c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/alexdlaird/java-ngrok/compare/2.3.4...HEAD) +## [Unreleased](https://github.com/alexdlaird/java-ngrok/compare/2.3.5...HEAD) + +## [2.3.5](https://github.com/alexdlaird/java-ngrok/compare/2.3.4...2.3.5) - 2024-01-08 ### Added diff --git a/build.gradle b/build.gradle index 3ba7386..adf4d0e 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { } group "com.github.alexdlaird" -version "2.3.4" +version "2.3.5" java { withJavadocJar()