Skip to content

Commit 44e4125

Browse files
committed
Bump version.
1 parent c10a32e commit 44e4125

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
@@ -439,6 +439,7 @@ end
439439

440440
## Release notes
441441

442+
* v0.2.5: Allow disabling ambiguous collection checks for Sequel support.
442443
* v0.2.4: Improve handling for nil relationship links.
443444
* v0.2.3: Support serializers with no attributes.
444445
* v0.2.2: Compliance fix for excluding empty relationship objects.

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

0 commit comments

Comments
 (0)