Skip to content

Commit

Permalink
Prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Oct 8, 2017
1 parent 5828feb commit 43d0d0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.0.0
***

- Upgrade to Gradle 4.2.1 ([5828feb](http://github.com/jcgay/gradle-notifier/commit/5828feb0c0a5c6ce7543b04ee5d88162b586b11d))
- Replace deprecated BuildRequestMetaData#getBuildTimeClock ([33bb8df](http://github.com/jcgay/gradle-notifier/commit/33bb8df76aebee38163f35d00e4117be52350d7c)) - Fix [Issue#6](https://github.com/jcgay/gradle-notifier/issues/6)

# 1.2.0
***

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ A notification is sent when a build ends indicating if the build has failed or s

## Compatibility

Gradle < 4.2 : Use gradle-notifier v1.2.0
Gradle >= 4.2 : Use gradle-notifier v2.0.0
Gradle < 4.2 : Use gradle-notifier [v1.2.0](https://github.com/jcgay/gradle-notifier/tree/v1.2.0)
Gradle >= 4.2 : Use gradle-notifier v2.0.0+

## Installation

Expand All @@ -25,7 +25,7 @@ initscript {
}
dependencies {
classpath group: 'fr.jcgay', name: 'gradle-notifier', version: '1.2.0'
classpath group: 'fr.jcgay', name: 'gradle-notifier', version: '2.0.0'
}
}
Expand All @@ -45,7 +45,7 @@ buildscript {
}
dependencies {
classpath group: 'fr.jcgay', name: 'gradle-notifier', version: '1.2.0'
classpath group: 'fr.jcgay', name: 'gradle-notifier', version: '2.0.0'
}
}
Expand Down

0 comments on commit 43d0d0b

Please sign in to comment.