From b8985cb6d96a6269f18409269b97aaef44a53ebd Mon Sep 17 00:00:00 2001 From: Pete Cornish Date: Tue, 25 Jun 2024 00:28:22 +0100 Subject: [PATCH] build: release v3.42.1. --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c1ac5e0..4ed3a8cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.42.1] - 2024-06-25 +### Changed +- ci: fix release condition. + ## [3.42.0] - 2024-06-25 ### Added - feat: adds distroless Docker image. diff --git a/gradle.properties b/gradle.properties index 2b1ef140f..10377a719 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -projectVersion=0.0.0-SNAPSHOT +projectVersion=3.42.1