Skip to content

Commit

Permalink
Release 1.12.0 - Jul 22, 2024, 8:23 PM [skip ci]
Browse files Browse the repository at this point in the history
# [1.12.0](v1.11.2...v1.12.0) (2024-07-22)

### Bug Fixes

* use the right name for the variable ([e9d2445](e9d2445))

### Features

* switch from automatic run to run on-demand ([a5b66a6](a5b66a6))
* workflow in a single job ([f95e292](f95e292))
  • Loading branch information
Arc-E-Tect committed Jul 22, 2024
1 parent e9d2445 commit 853aa00
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 853aa00

Please sign in to comment.