From 200abf1375433dba29741b2d99ce2c9263704294 Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Wed, 8 Jan 2025 15:49:07 -0600 Subject: [PATCH] Bump version to 2.3.5. --- CHANGELOG.md | 4 +++- build.gradle | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 2150b44..d654512 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()