Skip to content

Commit f62e472

Browse files
committed
version bump v1.5.1
1 parent 15c8a8a commit f62e472

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## v1.5.1
6+
7+
- [#236](https://github.com/chingor13/json_api_client/pull/236) - Escape nested route keys
8+
59
## v1.5.0
610

711
- [#239](https://github.com/chingor13/json_api_client/pull/239) - Configurable pagination params

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.0"
2+
VERSION = "1.5.1"
33
end

0 commit comments

Comments
 (0)