about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2017-01-06 14:12:59 +0100
committersternenseemann <git@lukasepple.de>2017-01-06 14:12:59 +0100
commitb3e300f076593460f3d9aefe9d38f148635aeb00 (patch)
treed73db1e623c0e83beaf756bb8072be6ffa1f2f68
parent2eb5b001adddc68c0a2d79dd7f9ce33a9770572a (diff)
Release 0.1.1.0 0.1.1.0
-rw-r--r--ChangeLog.md6
-rw-r--r--gopher-proxy.cabal2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index fc9ce59..492f717 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,11 @@
 # Revision history for gopher-proxy
 
+## 0.1.1.0 -- 2017-01-06
+
+* Add two options: `--title` and `--server-name`
+* Fix the README on hackage
+* Elaborate the package description
+
 ## 0.1.0.2  -- 2017-01-05
 
 * Fixed a build issue
diff --git a/gopher-proxy.cabal b/gopher-proxy.cabal
index 22101a8..bc85af5 100644
--- a/gopher-proxy.cabal
+++ b/gopher-proxy.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                gopher-proxy
-version:             0.1.0.2
+version:             0.1.1.0
 synopsis:            proxy gopher over http
 description:
   @gopher-proxy@ allows to proxy gopher over HTTP, which is mainly useful for HTTP-ifying a specific gopher space.