Skip to content

Commit 581d41b

Browse files
committed
0.6.0
1 parent 1a1d122 commit 581d41b

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
@@ -648,6 +648,7 @@ end
648648

649649
## Release notes
650650

651+
* v0.6.0: Support for polymorphic collections and inheriting serializer attributes.
651652
* v0.5.0: Support for explicit serializer discovery.
652653
* v0.4.0: Support for declaring multiple `attributes`.
653654
* v0.3.1: Improve performance of loading included relationships.

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.5.0'
3+
VERSION = '0.6.0'
44
end
55
end

0 commit comments

Comments
 (0)