Skip to content

Commit bef7a60

Browse files
committed
0.7.0
1 parent 8262c36 commit bef7a60

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
@@ -662,6 +662,7 @@ end
662662

663663
## Release notes
664664

665+
* v0.7.0: Support for root error objects.
665666
* v0.6.5: Exclude attributes when empty.
666667
* v0.6.4: Fix regression of including links when empty.
667668
* v0.6.3: Fix support for underscore-formatted attribute names.

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

0 commit comments

Comments
 (0)