Skip to content

Commit 8d916a8

Browse files
committed
Bump version.
1 parent 003be87 commit 8d916a8

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
@@ -429,6 +429,7 @@ end
429429

430430
## Release notes
431431

432+
* v0.2.3: Support serializers with no attributes.
432433
* v0.2.2: Compliance fix for excluding empty relationship objects.
433434
* v0.2.1: Compliance fix for self links.
434435
* v0.2.0: Initial release with support for the final v1 JSON API spec.

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

0 commit comments

Comments
 (0)