From 9684298b0084abb8d65db3b235e375bdc921a85d Mon Sep 17 00:00:00 2001 From: Mitsutoshi Aoe Date: Tue, 20 Aug 2019 09:19:28 +0900 Subject: [PATCH] Prepare for v0.7.0.3 --- CHANGELOG.md | 4 ++++ sensu-run.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6308d4..93a8e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for sensu-run +## 0.7.0.3 -- 2019-08-20 + +* Relax upper version bound for optparse-applicative + ## 0.7.0.2 -- 2019-06-18 * Fix redundant newline at the beginning of the cabal file diff --git a/sensu-run.cabal b/sensu-run.cabal index 85d52bc..971d8b0 100644 --- a/sensu-run.cabal +++ b/sensu-run.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: sensu-run -version: 0.7.0.2 +version: 0.7.0.3 synopsis: A tool to send command execution results to Sensu description: @sensu-run@ is a command line tool to send command execution results to Sensu