Skip to content

Commit fb4cc93

Browse files
committed
Bump version.
1 parent 251680b commit fb4cc93

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
@@ -527,6 +527,7 @@ end
527527

528528
## Release notes
529529

530+
* v0.4.0: Support for declaring multiple `attributes`.
530531
* v0.3.1: Improve performance of loading included relationships.
531532
* v0.3.0: Add top-level `meta` support.
532533
* v0.2.6: Add `base_url` 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.1'
3+
VERSION = '0.4.0'
44
end
55
end

0 commit comments

Comments
 (0)