diff --git a/ChangeLog.md b/ChangeLog.md index e328c56..4c44ff7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,6 @@ # Changelog for gemcap -## Unreleased changes +## 0.1.0.1 +- updated underlying libraries to more current versions - fixed a bug that would cause the server to crash when the client aborted the handshake by rejecting the key diff --git a/gemcap.cabal b/gemcap.cabal index 99c7423..bb20fbc 100644 --- a/gemcap.cabal +++ b/gemcap.cabal @@ -5,7 +5,7 @@ cabal-version: 2.2 -- see: https://github.com/sol/hpack name: gemcap -version: 0.1.0 +version: 0.1.0.1 synopsis: a simple Gemini capsule (server) description: a simple Gemini capsule (server) - see README.md for details category: Gemini diff --git a/package.yaml b/package.yaml index 6589deb..9a00097 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: gemcap -version: 0.1.0 +version: 0.1.0.1 license: AGPL-3.0-or-later author: "Jonathan Lamothe" maintainer: "jonathan@jlamothe.net"