Skip to content

Commit 898097d

Browse files
committed
chore: prepare release 1.13.0
1 parent 4e05100 commit 898097d

File tree

2 files changed

+12
-2
lines changed

2 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.13.0
2+
3+
### Changed
4+
- **Breaking**: the client throws `AlgoliaRuntimeException` instead of ktor's `ResponseException` ([guide](/docs/ExceptionHandling.md)) (#327)
5+
- Update Kotlin to 1.6.10
6+
- Update Ktor 1.6.8
7+
8+
### Fix
9+
- **Breaking**: facet stats `average` and `sum` as nullable (#325)
10+
111
# 1.12.2
212

313
### Fix

gradle.properties

Lines changed: 2 additions & 2 deletions
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.12.2
7+
VERSION_NAME=1.13.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 \
@@ -14,7 +14,7 @@ POM_SCM_URL=https://github.com/algolia/algoliasearch-client-kotlin
1414
POM_SCM_CONNECTION=scm:git:git://github.com/algolia/algoliasearch-client-kotlin.git
1515
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/algolia/algoliasearch-client-kotlin.git
1616
POM_LICENCE_NAME=MIT
17-
POM_LICENCE_URL=http://www.opensource.org/licenses/mit-license.php
17+
POM_LICENCE_URL=https://www.opensource.org/licenses/mit-license.php
1818
POM_LICENCE_DIST=repo
1919
POM_DEVELOPER_ID=algolia
2020
POM_DEVELOPER_NAME=The Algolia Team

0 commit comments

Comments
 (0)