Skip to content

Commit 836739a

Browse files
committed
0.9.0
1 parent 399245f commit 836739a

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.9.0: Add initial `serialize_errors` support.
665666
* v0.8.0: Pass context through recursive relationships.
666667
* v0.7.0: Support for root error objects.
667668
* v0.6.5: Exclude attributes when empty.

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

0 commit comments

Comments
 (0)