Skip to content

Commit 3833da2

Browse files
committed
0.6.3
1 parent 717173d commit 3833da2

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.3: Fix support for underscore-formatted attribute names.
655656
* v0.6.2: Internal style updates and performance fixes.
656657
* v0.6.1: Spec compliance fix, include intermediate resources on compound documents.
657658
* v0.6.0: Support for polymorphic collections and inheriting serializer 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.2'
3+
VERSION = '0.6.3'
44
end
55
end

0 commit comments

Comments
 (0)