diff --git a/servant/CHANGELOG.md b/servant/CHANGELOG.md index d800da4d..823a31e9 100644 --- a/servant/CHANGELOG.md +++ b/servant/CHANGELOG.md @@ -1,5 +1,14 @@ [The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md) +0.12.1 +------ + +### Bug fixes + +- Prevent double-escaping in link segments + ([#835](https://github.com/haskell-servant/servant/issues/835) + [#878](https://github.com/haskell-servant/servant/pull/878)) + 0.12 --- diff --git a/servant/servant.cabal b/servant/servant.cabal index c88fb922..6c6943a7 100644 --- a/servant/servant.cabal +++ b/servant/servant.cabal @@ -1,6 +1,5 @@ name: servant -version: 0.12 -x-revision: 1 +version: 0.12.1 synopsis: A family of combinators for defining webservices APIs description: A family of combinators for defining webservices APIs and serving them