Skip to content

Commit a5b735d

Browse files
committed
Update version.
1 parent 6fa2877 commit a5b735d

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
@@ -519,6 +519,7 @@ end
519519

520520
## Release notes
521521

522+
* v0.3.1: Improve performance of loading included relationships.
522523
* v0.3.0: Add top-level `meta` support.
523524
* v0.2.6: Add `base_url` support.
524525
* v0.2.5: Allow disabling ambiguous collection checks for Sequel support.

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

0 commit comments

Comments
 (0)