Bump version number to 0.4.0.6

This commit is contained in:
Johan Tibell 2015-05-08 06:13:07 +02:00
parent 86febd09a7
commit 19f1a1c824
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## 0.4.0.6 (2015-05-08)
* Support GHC 7.10.
* Re-raise exceptions in the server thread in the main thread.
* Improve Windows support.
## 0.4.0.5 (2014-11-30)
* Support network-2.6.

View file

@ -1,5 +1,5 @@
name: ekg
version: 0.4.0.5
version: 0.4.0.6
synopsis: Remote monitoring of processes
description:
This library lets you remotely monitor a running process over HTTP.