Skip to content

Commit d1311af

Browse files
committed
Release 0.6.2
1 parent 47f1d06 commit d1311af

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [0.6.2] - 2016-04-15
9+
10+
### Fixed
11+
12+
- links in document object can contain objects, see [#26](https://github.com/Art4/json-api-client/pull/26)
13+
814
## [0.6.1] - 2015-12-28
915

1016
### Added
@@ -87,7 +93,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8793
- Validator fits nearly 100% specification
8894
- Full test coverage
8995

90-
[Unreleased]: https://github.com/Art4/json-api-client/compare/0.6...HEAD
96+
[Unreleased]: https://github.com/Art4/json-api-client/compare/0.6.2...HEAD
97+
[0.6.2]: https://github.com/Art4/json-api-client/compare/0.6.1...0.6.2
9198
[0.6.1]: https://github.com/Art4/json-api-client/compare/0.6...0.6.1
9299
[0.6]: https://github.com/Art4/json-api-client/compare/0.5...0.6
93100
[0.5]: https://github.com/Art4/json-api-client/compare/0.4...0.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Format: [JSON API 1.0](http://jsonapi.org/format/1.0/)
1212

1313
#### Attention
1414

15-
Version 0.6 and below interprets the pagination links wrong. Make sure you are using the latest version of JsonApiClient. See [#19](https://github.com/Art4/json-api-client/issues/19) and [#23](https://github.com/Art4/json-api-client/pull/23) for more information.
15+
Version 0.6.1 and below interprets the pagination links wrong. Make sure you are using the latest version of JsonApiClient. See [#19](https://github.com/Art4/json-api-client/issues/19), [#23](https://github.com/Art4/json-api-client/pull/23) and [#26](https://github.com/Art4/json-api-client/pull/26) for more information.
1616

1717
### WIP: Goals for 1.0
1818

0 commit comments

Comments
 (0)