Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Aug 31, 2016
1 parent 56c53a4 commit dde6af3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.3
---
* Major changes:
* Add `Web.FormUrlEncoded` to work with form data (see [#32](https://github.com/fizruk/http-api-data/pull/32)).

* Minor changes:
* Add instances for `Numeric.Natural` (see [`d944721`](https://github.com/fizruk/http-api-data/commit/d944721ac94929a7ed9e66f25e23221799c08d83)).

0.2.4
---
* Make `parseHeader` total (instead of throwing exceptions on invalid Unicode, see [#30](https://github.com/fizruk/http-api-data/pull/30)).
Expand Down
2 changes: 1 addition & 1 deletion http-api-data.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: http-api-data
version: 0.2.4
version: 0.3
license: BSD3
license-file: LICENSE
author: Nickolay Kudasov <[email protected]>
Expand Down

0 comments on commit dde6af3

Please sign in to comment.