diff options
-rw-r--r-- | ChangeLog.md | 6 | ||||
-rw-r--r-- | mywatch.cabal | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index 2bdb96b..175f475 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,9 @@ +0.2.1 +===== + + * Compress all responses with gzip if acceptable + + 0.2.0 ===== diff --git a/mywatch.cabal b/mywatch.cabal index 3a69765..6940b9e 100644 --- a/mywatch.cabal +++ b/mywatch.cabal @@ -1,5 +1,5 @@ name: mywatch -version: 0.2.0 +version: 0.2.1 synopsis: Web application to view and kill MySQL queries description: View and kill queries on multiple MySQL servers. |