Skip to content

Commit e7bb9e7

Browse files
committed
bump version; update changelog.
1 parent a11d456 commit e7bb9e7

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
0.9.4
2-
-----
1+
0.9.4.2
2+
-------
3+
4+
* relax version bounds (for support of ghc-8.10.1)
5+
6+
0.9.4.1
7+
-------
38

49
* `servant-0.15` support
510

611
0.9.3
7-
-------
12+
-----
813

914
* Remove check of responseType in vanilla backend
1015
([#13](https://github.com/haskell-servant/servant-js/pull/13), [#14](https://github.com/haskell-servant/servant-js/issues/14))

servant-js.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-js
2-
version: 0.9.4.1
2+
version: 0.9.4.2
33

44
synopsis: Automatically derive javascript functions to query servant webservices.
55
category: Web, Servant

0 commit comments

Comments
 (0)