Skip to content

Commit 5c7b423

Browse files
chore: release 0.27.0
1 parent 059d21f commit 5c7b423

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.changes/5cd4e551-c1b1-486a-b2f2-e6d0066de913.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.27.0] - 08/31/2023
4+
5+
### Miscellaneous
6+
* **BREAKING**: Refactor HttpCall and HttpResponse to not be data classes and make the call context more explicit
7+
38
## [0.26.0] - 08/24/2023
49

510
### Fixes

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
55
kotlin.native.ignoreDisabledTargets=true
66

77
# SDK
8-
sdkVersion=0.27.0-SNAPSHOT
8+
sdkVersion=0.27.0
99

1010
# kotlin
11-
kotlinVersion=1.8.22
11+
kotlinVersion=1.8.22

0 commit comments

Comments
 (0)