Skip to content

Commit 8cfeadd

Browse files
authored
Release 4.2.0 (#99)
1 parent b9af0ac commit 8cfeadd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Changed
1212
- The client will not attempt to decode the body of the HTTP response with error status if the correct Content-Type
13-
is missing. Before in such cases a `FormatException` would be thrown.
13+
is missing. Before in such cases a `FormatException` would be thrown ([#98](https://github.com/f3ath/json-api-dart/pull/98))
1414

1515
## [4.1.0] - 2020-05-28
1616
### Changed
@@ -162,7 +162,8 @@ Most of the changes are **BC-BREAKING**.
162162
### Added
163163
- Client: fetch resources, collections, related resources and relationships
164164

165-
[Unreleased]: https://github.com/f3ath/json-api-dart/compare/4.1.0...HEADER
165+
[Unreleased]: https://github.com/f3ath/json-api-dart/compare/4.2.0...HEADER
166+
[4.2.0]: https://github.com/f3ath/json-api-dart/compare/4.1.0...4.2.0
166167
[4.1.0]: https://github.com/f3ath/json-api-dart/compare/4.0.0...4.1.0
167168
[4.0.0]: https://github.com/f3ath/json-api-dart/compare/3.2.2...4.0.0
168169
[3.2.2]: https://github.com/f3ath/json-api-dart/compare/3.2.1...3.2.2

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_api
2-
version: 4.1.0
2+
version: 4.2.0
33
homepage: https://github.com/f3ath/json-api-dart
44
description: Framework-agnostic implementations of JSON:API Client (Flutter, Web and VM) and Server (VM). Supports JSON:API v1.0 (http://jsonapi.org)
55
environment:

0 commit comments

Comments
 (0)