From 853aa00d9d6a5387f27ca578df6f50bf51b16972 Mon Sep 17 00:00:00 2001 From: Arc-E-Tect Date: Mon, 22 Jul 2024 20:23:54 +0000 Subject: [PATCH] Release 1.12.0 - Jul 22, 2024, 8:23 PM [skip ci] # [1.12.0](https://github.com/Arc-E-Tect/sedr-exp-semantic-release/compare/v1.11.2...v1.12.0) (2024-07-22) ### Bug Fixes * use the right name for the variable ([e9d2445](https://github.com/Arc-E-Tect/sedr-exp-semantic-release/commit/e9d2445707af303aea48dc5b8c2c6aeae918b4d2)) ### Features * switch from automatic run to run on-demand ([a5b66a6](https://github.com/Arc-E-Tect/sedr-exp-semantic-release/commit/a5b66a6ca9ae87b5934aa63103322bc3726f473d)) * workflow in a single job ([f95e292](https://github.com/Arc-E-Tect/sedr-exp-semantic-release/commit/f95e29200053c10c9aa933e9b684b72e836b7fd8)) --- CHANGELOG.md | 13 +++++++++++++ app/build.gradle | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5496c1f..4c6521e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.12.0](https://github.com/Arc-E-Tect/sedr-exp-semantic-release/compare/v1.11.2...v1.12.0) (2024-07-22) + + +### Bug Fixes + +* use the right name for the variable ([e9d2445](https://github.com/Arc-E-Tect/sedr-exp-semantic-release/commit/e9d2445707af303aea48dc5b8c2c6aeae918b4d2)) + + +### Features + +* switch from automatic run to run on-demand ([a5b66a6](https://github.com/Arc-E-Tect/sedr-exp-semantic-release/commit/a5b66a6ca9ae87b5934aa63103322bc3726f473d)) +* workflow in a single job ([f95e292](https://github.com/Arc-E-Tect/sedr-exp-semantic-release/commit/f95e29200053c10c9aa933e9b684b72e836b7fd8)) + ## [1.11.2](https://github.com/Arc-E-Tect/sedr-exp-semantic-release/compare/v1.11.1...v1.11.2) (2024-07-21) diff --git a/app/build.gradle b/app/build.gradle index 3c1764c..1fd77ab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,7 +25,7 @@ dependencies { implementation 'com.google.guava:guava:32.1.1-jre' } -version = '1.11.2' +version = '1.12.0' // Apply a specific Java toolchain to ease working on different environments. java {