Skip to content

Commit 2c7493c

Browse files
committed
Version bump v1.5.2
1 parent 035fcfd commit 2c7493c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## v1.5.2
6+
7+
- [#264](https://github.com/chingor13/json_api_client/pull/264) - Enable sparse fieldsets for nested models
8+
- [#263](https://github.com/chingor13/json_api_client/pull/263) - Fix initializing resource including relationships
9+
- [#260](https://github.com/chingor13/json_api_client/pull/260) - Use formatter for belongs_to keys
10+
511
## v1.5.1
612

713
- [#236](https://github.com/chingor13/json_api_client/pull/236) - Escape nested route keys

lib/json_api_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JsonApiClient
2-
VERSION = "1.5.1"
2+
VERSION = "1.5.2"
33
end

0 commit comments

Comments
 (0)