From 488ce441f7f1fb0557874cb88e21ab7ef17dad58 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 1 Mar 2020 18:54:40 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ doc/install/binary.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19211bba5..327aa881f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.5.0 (2020/03/01) + +* Add Rocket.Chat notifier (#44) + ## 2.4.0 (2020/02/17) * Add Gotify notification client (#36) diff --git a/doc/install/binary.md b/doc/install/binary.md index 7a616fc9e..1cddaba86 100644 --- a/doc/install/binary.md +++ b/doc/install/binary.md @@ -7,7 +7,7 @@ Diun binaries are available in [releases](https://github.com/crazy-max/diun/rele Choose the archive matching the destination platform and extract diun: ``` -wget -qO- https://github.com/crazy-max/diun/releases/download/v2.4.0/diun_2.4.0_linux_x86_64.tar.gz | tar -zxvf - diun +wget -qO- https://github.com/crazy-max/diun/releases/download/v2.5.0/diun_2.5.0_linux_x86_64.tar.gz | tar -zxvf - diun ``` ## Test