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 44b1606 commit 1e91cabCopy full SHA for 1e91cab
‎CHANGELOG.md‎
@@ -1,3 +1,8 @@
1
+## [0.1.1] - 2024-07-11
2
+
3
+- Fixed bug where snake-cased keys were being converetd to camel-cased keys for API request params
4
+- JustCall's API actually expects snake-cased keys
5
6
## [0.1.0] - 2024-07-10
7
8
The initial release. Provides all basic Ruby wrapper functionality for JustCall's V2 API.
‎lib/justcall_ruby/version.rb‎
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JustCall
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
end
0 commit comments