Skip to content

Commit 057d6b2

Browse files
committed
Bump version and update changelog
1 parent 9f92754 commit 057d6b2

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

Diff for: CHANGELOG.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
2.1.4.2
2-
-------
1+
2.1.5
2+
-----
33

4-
* `allOf` accepts reference schema (see [#119](https://github.com/GetShopTV/swagger2/issues/119))
4+
* Type error by default when deriving Generic-based instances for mixed sum types (see [#118](https://github.com/GetShopTV/swagger2/pull/118));
5+
* Adjust `allOf` to accept referenced schemas (see [#119](https://github.com/GetShopTV/swagger2/issues/119));
6+
* Add instances for `Identity` (see [#116](https://github.com/GetShopTV/swagger2/pull/116));
7+
* Add Gitter chat badge (see [#114](https://github.com/GetShopTV/swagger2/pull/114)).
58

69
2.1.4.1
710
-------
811

9-
* GHC-8.2 support (see [#95](https://github.com/GetShopTV/swagger2/issues/95))
10-
* Documentation corrections (see [#105](https://github.com/GetShopTV/swagger2/pull/105))
12+
* GHC-8.2 support (see [#95](https://github.com/GetShopTV/swagger2/issues/95), [#106](https://github.com/GetShopTV/swagger2/pull/106) and [#108](https://github.com/GetShopTV/swagger2/pull/108));
13+
* Documentation corrections (see [#105](https://github.com/GetShopTV/swagger2/pull/105));
14+
* Allow `generics-sop-0.3` (see [#102](https://github.com/GetShopTV/swagger2/pull/102));
15+
* Fix `ToSchema` example in docs (see [#104](https://github.com/GetShopTV/swagger2/pull/104)).
1116

1217
2.1.4
1318
-----

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2016, GetShopTV
1+
Copyright (c) 2015-2017, GetShopTV
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

Diff for: swagger2.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: swagger2
2-
version: 2.1.4.2
2+
version: 2.1.5
33
synopsis: Swagger 2.0 data model
44
description:
55
This library is inteded to be used for decoding and encoding Swagger 2.0 API

0 commit comments

Comments
 (0)