Skip to content

Commit 19a92a9

Browse files
committed
chore: prepare release 1.12.0
1 parent ddb1c86 commit 19a92a9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.12.0
2+
3+
### Added
4+
- Add custom request (#302)
5+
6+
### Fix
7+
- Add `facetQuery` parameter to `FacetIndexQuery` (#297)
8+
- Optimize `SimpleDateFormat` instantiations (#301)
9+
- `ResponseMultiSearch` generic `results` type (#303)
10+
111
# 1.11.0
212

313
### Added

client/src/commonMain/kotlin/com/algolia/search/transport/internal/Transport.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ import io.ktor.network.sockets.ConnectTimeoutException
2121
import io.ktor.network.sockets.SocketTimeoutException
2222
import io.ktor.util.reflect.TypeInfo
2323
import io.ktor.utils.io.errors.IOException
24-
import kotlin.math.floor
2524
import kotlinx.coroutines.sync.Mutex
2625
import kotlinx.coroutines.sync.withLock
26+
import kotlin.math.floor
2727

2828
internal class Transport(
2929
configuration: Configuration,

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin.mpp.stability.nowarn=true
44
kotlin.mpp.enableGranularSourceSetsMetadata=true
55
# Lib
66
GROUP=com.algolia
7-
VERSION_NAME=1.11.0
7+
VERSION_NAME=1.12.0
88
# POM
99
POM_DESCRIPTION="Algolia is a powerful search-as-a-service solution, made easy to use with API clients, UI libraries, \
1010
and pre-built integrations. Algolia API Client for Kotlin lets you easily use the Algolia Search \

0 commit comments

Comments
 (0)