Skip to content

Commit 1e91cab

Browse files
committed
🔖 Bump version to maintenance release
1 parent 44b1606 commit 1e91cab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## [0.1.0] - 2024-07-10
27

38
The initial release. Provides all basic Ruby wrapper functionality for JustCall's V2 API.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JustCall
4-
VERSION = "0.1.0"
4+
VERSION = "0.1.1"
55
end

0 commit comments

Comments
 (0)