From 7db083fef9f79ea0d10ebc28e853aeb4b323a1c4 Mon Sep 17 00:00:00 2001 From: Jared Burrows Date: Thu, 25 Jan 2024 20:57:04 -0500 Subject: [PATCH] prepare next development version --- CHANGELOG.md | 9 +++++++++ gradle.properties | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c7427a9..32f13558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## Version 0.9.4 *(2024-01-25)* + * [#398](https://github.com/jaredsburrows/gradle-license-plugin/pull/398) Fix exponential execution time for resolving complex dependencies + * [#312](https://github.com/jaredsburrows/gradle-license-plugin/pull/312) Quiet "Cannot resolve configuration" warnings + +Many thanks to +[@realdadfish](https://github.com/realdadfish) +[@monae](https://github.com/monae) +for the code contributions! + ## Version 0.9.3 *(2023-06-20)* * [#291](https://github.com/jaredsburrows/gradle-license-plugin/pull/291) Use ReaderFactory.newXmlReader to fix #275 diff --git a/gradle.properties b/gradle.properties index 4f8a3d05..d3042b65 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ SONATYPE_AUTOMATIC_RELEASE=true RELEASE_SIGNING_ENABLED=true GROUP=com.jaredsburrows -VERSION_NAME=0.9.4-SNAPSHOT +VERSION_NAME=0.9.5-SNAPSHOT POM_INCEPTION_YEAR=2016 POM_PACKAGING=jar