Skip to content

Commit

Permalink
Prepare release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Oct 7, 2017
1 parent 1df51c5 commit d99607b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.2.0
***

- Use Oracle JDK 8 on Travis CI ([1df51c5](http://github.com/jcgay/gradle-notifier/commit/1df51c54c10e5564da516318f5a063738474534a))
- Upgrade to Gradle 4.1 ([f6858a4](http://github.com/jcgay/gradle-notifier/commit/f6858a4cd75a15936021f8eb3e1a1617c2095768))
- Use send-notification 0.13.0 ([9685bcb](http://github.com/jcgay/gradle-notifier/commit/9685bcb60bafab217e9d12df87828b2a3fc3d87b))
- Upgrade to Gradle 4.0.1 ([7d5f82b](http://github.com/jcgay/gradle-notifier/commit/7d5f82b54588b2fec9ddb449ef13de48324278d2))
- Use closeAndReleaseRepository task instead of deprecated closeAndPromoteRepository ([6885d01](http://github.com/jcgay/gradle-notifier/commit/6885d01b57dbbea44d3f47dc6874a4b19e182476))

# 1.1.0
***

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ initscript {
}
dependencies {
classpath group: 'fr.jcgay', name: 'gradle-notifier', version: '1.1.0'
classpath group: 'fr.jcgay', name: 'gradle-notifier', version: '1.2.0'
}
}
Expand All @@ -40,7 +40,7 @@ buildscript {
}
dependencies {
classpath group: 'fr.jcgay', name: 'gradle-notifier', version: '1.1.0'
classpath group: 'fr.jcgay', name: 'gradle-notifier', version: '1.2.0'
}
}
Expand Down

0 comments on commit d99607b

Please sign in to comment.