Skip to content

Commit

Permalink
Prepare version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 12, 2024
1 parent 775827c commit 97c548b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log

## [1.9.0]
## [1.9.1] - 2024-02-09

**Fixed**

- Avoid task name showing up in logs when logging is disabled but unused licenses are present.


## [1.9.0] - 2024-01-29

**Added**

Expand Down Expand Up @@ -180,7 +187,8 @@ Initial release.



[Unreleased]: https://github.com/cashapp/licensee/compare/1.9.0...HEAD
[Unreleased]: https://github.com/cashapp/licensee/compare/1.9.1...HEAD
[1.9.1]: https://github.com/cashapp/licensee/releases/tag/1.9.1
[1.9.0]: https://github.com/cashapp/licensee/releases/tag/1.9.0
[1.8.0]: https://github.com/cashapp/licensee/releases/tag/1.8.0
[1.7.0]: https://github.com/cashapp/licensee/releases/tag/1.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'app.cash.licensee:licensee-gradle-plugin:1.9.0'
classpath 'app.cash.licensee:licensee-gradle-plugin:1.9.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROUP=app.cash.licensee

# HEY! If you change the major version here be sure to update release.yaml doc target folder!
VERSION_NAME=1.10.0-SNAPSHOT
VERSION_NAME=1.9.1

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 97c548b

Please sign in to comment.