Skip to content

Commit

Permalink
Post 1.4.4 release activities
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Apr 5, 2024
1 parent 5fea3e3 commit 1374585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Build Parameters Gradle plugin - Changelog

## Version 1.4.5

## Version 1.4.4
* [New] [#185](https://github.com/gradlex-org/build-parameters/issues/185) String '1' is accepted as a truthy value for boolean parameters.
* [Fixed] [#88](https://github.com/gradlex-org/build-parameters/issues/88) Example for boolean parameters with default false should be setting it to true. Thanks to @timyates.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "org.gradlex"
version = "1.4.4"
version = "1.4.5"

java {
toolchain.languageVersion = JavaLanguageVersion.of(8)
Expand Down

0 comments on commit 1374585

Please sign in to comment.