Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Apr 15, 2016
1 parent 47f1d06 commit d1311af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.6.2] - 2016-04-15

### Fixed

- links in document object can contain objects, see [#26](https://github.com/Art4/json-api-client/pull/26)

## [0.6.1] - 2015-12-28

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

[Unreleased]: https://github.com/Art4/json-api-client/compare/0.6...HEAD
[Unreleased]: https://github.com/Art4/json-api-client/compare/0.6.2...HEAD
[0.6.2]: https://github.com/Art4/json-api-client/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/Art4/json-api-client/compare/0.6...0.6.1
[0.6]: https://github.com/Art4/json-api-client/compare/0.5...0.6
[0.5]: https://github.com/Art4/json-api-client/compare/0.4...0.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Format: [JSON API 1.0](http://jsonapi.org/format/1.0/)

#### Attention

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.
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.

### WIP: Goals for 1.0

Expand Down

0 comments on commit d1311af

Please sign in to comment.