diff --git a/CHANGELOG.md b/CHANGELOG.md index bad2652d..90442665 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 857d3a46..d437a0c1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 3.0.11 +version = 3.0.12