From e6ffbcbbe11709a358d44f76e785eb0e84cd7c8b Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Sun, 24 Mar 2024 08:07:15 -0500 Subject: [PATCH] Version bump. --- CHANGELOG.md | 6 +++++- build.gradle | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec40cdf..8fb4efda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ 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.2.15...HEAD) +## [Unreleased](https://github.com/alexdlaird/java-ngrok/compare/2.2.16...HEAD) + +## [2.2.16](https://github.com/alexdlaird/java-ngrok/compare/2.2.15...2.2.16) - 2024-03-24 +### Added +- Build and stability improvements. ## [2.2.15](https://github.com/alexdlaird/java-ngrok/compare/2.2.14...2.2.15) - 2024-03-08 ### Added diff --git a/build.gradle b/build.gradle index 9b94685d..830c1d3e 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { } group "com.github.alexdlaird" -version "2.2.15" +version "2.2.16" java { withJavadocJar()