We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9da2f3 commit 3ce5741Copy full SHA for 3ce5741
servant/CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
Package versions follow the [Package Versioning Policy](https://pvp.haskell.org/): in A.B.C, bumps to either A or B represent major versions.
4
5
+0.20.1
6
+----
7
+
8
+- Support aeson-2.2 [#1695](https://github.com/haskell-servant/servant/pull/1695)
9
10
0.20
11
----
12
servant/servant.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.2
name: servant
-version: 0.20
+version: 0.20.1
synopsis: A family of combinators for defining webservices APIs
category: Servant, Web
0 commit comments