From f6a0d91e990dcf97210794f6f6fb52179418e129 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Thu, 3 Oct 2024 21:35:44 +0200 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 1 + gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc728e..ad06494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - trying to fix build script ([7e78a](https://github.com/tomasbjerre/git-changelog-command-line/commit/7e78a55704e33f8) Tomas Bjerre) +## 2.4.0 (2024-10-03) ### Features - using new build scripts ([ad7cb](https://github.com/tomasbjerre/git-changelog-command-line/commit/ad7cb428b3d9f3c) Tomas Bjerre) diff --git a/gradle.properties b/gradle.properties index 32561ee..b731115 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ # -#Thu Oct 03 21:21:56 CEST 2024 +#Thu Oct 03 21:35:31 CEST 2024 description="Command line tool that generates changelog from a GIT repository." group=se.bjurr.gitchangelog mainClass=se.bjurr.gitchangelog.main.Main relocate=org\:org,com\:com repoType=COMMAND -version=2.4.1 +version=2.4.2