Skip to content

Commit 54d6e63

Browse files
committed
Bump version.
1 parent b65291c commit 54d6e63

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
@@ -549,6 +549,7 @@ end
549549

550550
## Release notes
551551

552+
* v0.5.0: Support for explicit serializer discovery.
552553
* v0.4.0: Support for declaring multiple `attributes`.
553554
* v0.3.1: Improve performance of loading included relationships.
554555
* v0.3.0: Add top-level `meta` 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.4.0'
3+
VERSION = '0.5.0'
44
end
55
end

0 commit comments

Comments
 (0)