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 e87e084 commit e5e8ea5Copy full SHA for e5e8ea5
‎CHANGELOG.md‎
@@ -1,3 +1,7 @@
1
+## [0.1.2] - 2024-07-15
2
+
3
+- Fixed spelling error for `success` attribute on `Response`
4
5
## [0.1.1] - 2024-07-11
6
7
- Fixed bug where snake-cased keys were being converetd to camel-cased keys for API request params
‎lib/justcall_ruby/version.rb‎
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JustCall
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
end
0 commit comments