diff --git a/CHANGELOG.md b/CHANGELOG.md index 94fea28..f78a766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,18 @@ -2.1.4.2 -------- +2.1.5 +----- -* `allOf` accepts reference schema (see [#119](https://github.com/GetShopTV/swagger2/issues/119)) +* Type error by default when deriving Generic-based instances for mixed sum types (see [#118](https://github.com/GetShopTV/swagger2/pull/118)); +* Adjust `allOf` to accept referenced schemas (see [#119](https://github.com/GetShopTV/swagger2/issues/119)); +* Add instances for `Identity` (see [#116](https://github.com/GetShopTV/swagger2/pull/116)); +* Add Gitter chat badge (see [#114](https://github.com/GetShopTV/swagger2/pull/114)). 2.1.4.1 ------- -* GHC-8.2 support (see [#95](https://github.com/GetShopTV/swagger2/issues/95)) -* Documentation corrections (see [#105](https://github.com/GetShopTV/swagger2/pull/105)) +* 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)); +* Documentation corrections (see [#105](https://github.com/GetShopTV/swagger2/pull/105)); +* Allow `generics-sop-0.3` (see [#102](https://github.com/GetShopTV/swagger2/pull/102)); +* Fix `ToSchema` example in docs (see [#104](https://github.com/GetShopTV/swagger2/pull/104)). 2.1.4 ----- diff --git a/LICENSE b/LICENSE index 2c692df..da47867 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2016, GetShopTV +Copyright (c) 2015-2017, GetShopTV All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/swagger2.cabal b/swagger2.cabal index d1e2687..7e42f8c 100644 --- a/swagger2.cabal +++ b/swagger2.cabal @@ -1,5 +1,5 @@ name: swagger2 -version: 2.1.4.2 +version: 2.1.5 synopsis: Swagger 2.0 data model description: This library is inteded to be used for decoding and encoding Swagger 2.0 API