Skip to content

Commit

Permalink
patch changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrimaeon committed Jun 18, 2022
1 parent 14bc405 commit fa98c11
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

## [Unreleased]
### Added
- dark mode for HTML report

### Changed
- Sort libraries by name or maven coordinated on HTML report

### Deprecated

Expand All @@ -15,12 +13,12 @@

### Security

## [4.5.0]
## [4.6.0]
### Added
- Better support for Android Variants
- Dark Mode for HTML report

### Changed
- Internal handling of the license mappings
- Sort libraries by name or maven coordinated on HTML report

### Deprecated

Expand All @@ -30,6 +28,13 @@

### Security

## [4.5.0]
### Added
- Better support for Android Variants

### Changed
- Internal handling of the license mappings

## [4.4.0]
### Added
- [SPDX License Identifier](https://spdx.org/licenses/) for various reports
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This Gradle plugin provides tasks to generate a file with the licenses used from

```kotlin
plugins {
id("com.cmgapps.licenses") version "4.5.0"
id("com.cmgapps.licenses") version "4.6.0"
}
```
</details>
Expand All @@ -28,7 +28,7 @@ plugins {

```groovy
plugins {
id 'com.cmgapps.licenses' version '4.5.0'
id 'com.cmgapps.licenses' version '4.6.0'
}
```
</details>
Expand All @@ -46,7 +46,7 @@ buildscript {
}
}
dependencies {
classpath("com.cmgapps:gradle-licenses-plugin:4.5.0")
classpath("com.cmgapps:gradle-licenses-plugin:4.6.0")
}
}

Expand All @@ -65,7 +65,7 @@ buildscript {
}
}
dependencies {
classpath 'com.cmgapps:gradle-licenses-plugin:4.5.0'
classpath 'com.cmgapps:gradle-licenses-plugin:4.6.0'
}
}
Expand Down

0 comments on commit fa98c11

Please sign in to comment.