diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f51f84..37b631e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.1.2 +*** + +- Fix sound not playing with SoundNotifier ([6b6b861](http://github.com/jcgay/maven-notifier/commit/6b6b8615376c94464a55360b8a9609e504b21c1d)) +- Reset all state in EventSpy#init to works with mvnd ([db9c057](http://github.com/jcgay/maven-notifier/commit/db9c057417db976efb1aed30d55a526db83dbf5c)) + # 2.1.1 *** diff --git a/README.md b/README.md index 8a33ec5..0237975 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ It is based on latest maven release. ### Maven >= 3.3.x -Get [maven-notifier](https://repo1.maven.org/maven2/fr/jcgay/maven/maven-notifier/2.1.1/maven-notifier-2.1.1.jar) and copy it in `%M2_HOME%/lib/ext` folder. +Get [maven-notifier](https://repo1.maven.org/maven2/fr/jcgay/maven/maven-notifier/2.1.2/maven-notifier-2.1.2.jar) and copy it in `%M2_HOME%/lib/ext` folder. *or* @@ -38,18 +38,18 @@ Use the [core extensions configuration mechanism](http://takari.io/2015/03/19/co fr.jcgay.maven maven-notifier - 2.1.1 + 2.1.2 ``` ### Maven >= 3.1 -Get [maven-notifier](https://repo1.maven.org/maven2/fr/jcgay/maven/maven-notifier/2.1.1/maven-notifier-2.1.1.jar) and copy it in your `$M2_HOME/lib/ext` folder. +Get [maven-notifier](https://repo1.maven.org/maven2/fr/jcgay/maven/maven-notifier/2.1.2/maven-notifier-2.1.2.jar) and copy it in your `$M2_HOME/lib/ext` folder. ### Maven < 3.1 -Get [maven-notifier](https://repo1.maven.org/maven2/fr/jcgay/maven/maven-notifier/2.1.1/maven-notifier-2.1.1.zip) and extract it in your `$M2_HOME/lib/ext` folder. +Get [maven-notifier](https://repo1.maven.org/maven2/fr/jcgay/maven/maven-notifier/2.1.2/maven-notifier-2.1.2.zip) and extract it in your `$M2_HOME/lib/ext` folder. ## What's new ? diff --git a/jreleaser.yml b/jreleaser.yml index 9590796..2e9f1de 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -24,7 +24,8 @@ release: title: 'Bump' - label: 'release' title: '[maven-release-plugin]' - - label: 'issues' + - label: 'issue' + title: '^Fix' body: 'Fixes #' categories: - title: 'Noise'