Skip to content

Commit fd270d5

Browse files
committed
Release 0.6.1
1 parent 1528f50 commit fd270d5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.6.1] - 2015-12-28
9+
810
### Added
911

1012
- New `Resource\ItemLink` object; was seperated from `Link` object
@@ -86,6 +88,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8688
- Full test coverage
8789

8890
[Unreleased]: https://github.com/Art4/json-api-client/compare/0.6...HEAD
91+
[0.6.1]: https://github.com/Art4/json-api-client/compare/0.6...0.6.1
8992
[0.6]: https://github.com/Art4/json-api-client/compare/0.5...0.6
9093
[0.5]: https://github.com/Art4/json-api-client/compare/0.4...0.5
9194
[0.4]: https://github.com/Art4/json-api-client/compare/0.3...0.4

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.5 and below interprets the pagination links wrong. Make sure you are using the latest version of JsonApiClient. See [issue #19](https://github.com/Art4/json-api-client/issues/19) for more information.
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.
1616

1717
### WIP: Goals for 1.0
1818

0 commit comments

Comments
 (0)