Skip to content

Commit

Permalink
Prepare version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jun 3, 2022
1 parent d0be886 commit 3e2af03
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [Unreleased]

## [1.4.1] - 2022-06-03

**Fixed**

- Track SPDX database format change which resulted in JSON license URLs being used instead of HTML license URLs.


## [1.4.0] - 2022-05-26

**Changed**
Expand Down Expand Up @@ -75,7 +82,8 @@ Initial release.



[Unreleased]: https://github.com/cashapp/licensee/compare/1.4.0...HEAD
[Unreleased]: https://github.com/cashapp/licensee/compare/1.4.1...HEAD
[1.4.1]: https://github.com/cashapp/licensee/releases/tag/1.4.1
[1.4.0]: https://github.com/cashapp/licensee/releases/tag/1.4.0
[1.3.1]: https://github.com/cashapp/licensee/releases/tag/1.3.1
[1.3.0]: https://github.com/cashapp/licensee/releases/tag/1.3.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 {
mavenCental()
}
dependencies {
classpath 'app.cash.licensee:licensee-gradle-plugin:1.4.0'
classpath 'app.cash.licensee:licensee-gradle-plugin:1.4.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.5.0-SNAPSHOT
VERSION_NAME=1.4.1

POM_ARTIFACT_ID=licensee-gradle-plugin
POM_NAME=Licensee Gradle plugin
Expand Down

0 comments on commit 3e2af03

Please sign in to comment.