Skip to content

Commit

Permalink
Prepare release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Oct 28, 2018
1 parent a2ad995 commit 129b1c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.15.0
***

- Use jPowerShell 3.0.1 [Fixes [#10](https://github.com/jcgay/send-notification/issues/10)] ([b67f9bd](http://github.com/jcgay/send-notification/commit/b67f9bda4e8290468328ab10b97fc3c5a1b1c37b))
- Migrate to Java 8 ([c728c5e](http://github.com/jcgay/send-notification/commit/c728c5e9b8186155e5827cc7ae114945fdb923dc))
- Move windows vm to gusztavvargadr/w10e ([a8ef16c](http://github.com/jcgay/send-notification/commit/a8ef16ca829d92feb35e612704797ec9a512b586))

# 0.14.0
***

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Example with *Maven*:
<dependency>
<groupId>fr.jcgay.send-notification</groupId>
<artifactId>send-notification</artifactId>
<version>0.14.0</version>
<version>0.15.0</version>
</dependency>
[...]
</dependencies>
Expand Down Expand Up @@ -42,7 +42,7 @@ Then send notification:

## CLI

Download [bundle](https://bintray.com/artifact/download/jcgay/maven/fr/jcgay/send-notification/send-notification-cli/0.14.0/send-notification-cli-0.14.0-binaries.zip), extract it, add the `bin` directory to your `$PATH`.
Download [bundle](https://bintray.com/artifact/download/jcgay/maven/fr/jcgay/send-notification/send-notification-cli/0.15.0/send-notification-cli-0.15.0-binaries.zip), extract it, add the `bin` directory to your `$PATH`.
For OS X users, you can use a brew formula [here](https://github.com/jcgay/homebrew-jcgay).

> send-notification -h
Expand Down

0 comments on commit 129b1c3

Please sign in to comment.