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.