From da6143339e8dae3d261ac1d3d8e19351f2a37af8 Mon Sep 17 00:00:00 2001 From: Johan Tibell Date: Fri, 31 Jul 2015 15:35:55 +0100 Subject: [PATCH] Bump version number to 0.4.0.8 --- CHANGES.md | 4 ++++ ekg.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 59a032f..9becf44 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## 0.4.0.8 (2015-07-32) + + * Move the JSON encoding into a separate ekg-json package. + ## 0.4.0.7 (2015-07-07) * Support aeson-0.9. diff --git a/ekg.cabal b/ekg.cabal index 0e64bef..146bf72 100644 --- a/ekg.cabal +++ b/ekg.cabal @@ -1,5 +1,5 @@ name: ekg -version: 0.4.0.7 +version: 0.4.0.8 synopsis: Remote monitoring of processes description: This library lets you remotely monitor a running process over HTTP.