Skip to content

Commit e5e8ea5

Browse files
committed
🔧 Bump version to next maintenance release
Towards: SYS-320
1 parent e87e084 commit e5e8ea5

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
@@ -1,3 +1,7 @@
1+
## [0.1.2] - 2024-07-15
2+
3+
- Fixed spelling error for `success` attribute on `Response`
4+
15
## [0.1.1] - 2024-07-11
26

37
- Fixed bug where snake-cased keys were being converetd to camel-cased keys for API request params
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.1"
4+
VERSION = "0.1.2"
55
end

0 commit comments

Comments
 (0)