Skip to content

Commit

Permalink
Bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Nov 10, 2015
1 parent 75fed15 commit 0d0fbac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
0.2
---
* Add `Data.Swagger.Lens`
* Support references
* Fixes:
* Fix `FromJSON SwaggerHost` instance
* Add missing `Maybe`s for field types
* Decode petstore swagger.json successfully
3 changes: 2 additions & 1 deletion swagger2.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: swagger2
version: 0.1
version: 0.2
synopsis: Swagger 2.0 data model
description: Please see README.md
homepage: https://github.com/GetShopTV/swagger2
Expand All @@ -12,6 +12,7 @@ category: Web
build-type: Simple
extra-source-files:
README.md
, CHANGELOG.md
cabal-version: >=1.10

library
Expand Down

0 comments on commit 0d0fbac

Please sign in to comment.