From 12a77957f99dce4d38844aca34bed95e0f0dc108 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Oct 2022 09:14:31 +0000 Subject: [PATCH] chore(release): 3.0.12 [skip ci] ## [3.0.12](https://github.com/nicolasfara/conventional-commits/compare/3.0.11...3.0.12) (2022-10-15) ### Bug Fixes * **java-version:** add java 8 compatibility ([c0c28dd](https://github.com/nicolasfara/conventional-commits/commit/c0c28ddc56abbafca82d01103d45c808f3ef09e3)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bad2652..9044266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.12](https://github.com/nicolasfara/conventional-commits/compare/3.0.11...3.0.12) (2022-10-15) + + +### Bug Fixes + +* **java-version:** add java 8 compatibility ([c0c28dd](https://github.com/nicolasfara/conventional-commits/commit/c0c28ddc56abbafca82d01103d45c808f3ef09e3)) + ## [3.0.11](https://github.com/nicolasfara/conventional-commits/compare/3.0.10...3.0.11) (2022-10-09) diff --git a/gradle.properties b/gradle.properties index 857d3a4..d437a0c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 3.0.11 +version = 3.0.12