Skip to content

Commit

Permalink
Prepare changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Mangel committed Nov 7, 2019
1 parent 3ef8c14 commit eaa845b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Changed

## 2.0.0 -2019-10-08
## 2.0.0-beta-001 - 2019-11-07
### Changed
* Data is now optional for all http methods including **GET**
* Decoders/ encoders are not cached within Json.Fetch
* Better error reports with `FetchError`
* Response type can now be `unit`
* Fix #9: Data is now optional for all http methods including **GET** (by @SCullman)
* Fix #11: Decoders/ encoders are not cached within Json.Fetch (by @SCullman)
* Fix #7: Better error reports with `FetchError` (by @SCullman)
* Fix #5: Response type can now be `unit` (by @SCullman)

### Added
* Option to pass additional headers
* Fix #8: Option to pass additional headers (by @SCullman)

## 1.1.0 - 2019-09-03
### Added
Expand Down

0 comments on commit eaa845b

Please sign in to comment.