Skip to content

Commit 4c28ab5

Browse files
committed
Bump version and update changelog
1 parent 327e044 commit 4c28ab5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.1.1
2+
---
3+
4+
* Minor fixes:
5+
* Fix `unused-imports` and `unused-foralls` warnings;
6+
* Fix tests to match `swagger2-2.1.1` (add `example` property for `UTCTime` schema).
7+
18
1.1
29
---
310

servant-swagger.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-swagger
2-
version: 1.1
2+
version: 1.1.1
33
synopsis: Generate Swagger specification for your servant API.
44
description: Please see README.md
55
homepage: https://github.com/haskell-servant/servant-swagger

0 commit comments

Comments
 (0)