Skip to content

Commit a58a876

Browse files
committed
0.6.1
1 parent b013ab4 commit a58a876

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ end
652652

653653
## Release notes
654654

655+
* v0.6.1: Spec compliance fix, include intermediate resources on compound documents.
655656
* v0.6.0: Support for polymorphic collections and inheriting serializer attributes.
656657
* v0.5.0: Support for explicit serializer discovery.
657658
* v0.4.0: Support for declaring multiple `attributes`.

lib/jsonapi-serializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module JSONAPI
22
module Serializer
3-
VERSION = '0.6.0'
3+
VERSION = '0.6.1'
44
end
55
end

0 commit comments

Comments
 (0)