We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c8a8a commit f62e472Copy full SHA for f62e472
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## v1.5.1
6
+
7
+- [#236](https://github.com/chingor13/json_api_client/pull/236) - Escape nested route keys
8
9
## v1.5.0
10
11
- [#239](https://github.com/chingor13/json_api_client/pull/239) - Configurable pagination params
lib/json_api_client/version.rb
@@ -1,3 +1,3 @@
1
module JsonApiClient
- VERSION = "1.5.0"
+ VERSION = "1.5.1"
end
0 commit comments