diff --git a/CHANGELOG.md b/CHANGELOG.md index b6b70e4bf..4baf210de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 3.1.4 + +### Changed +- Kotlin to `1.7.10` (#313) +- Compose UI to `1.2.1` (#358) +- Compose compiler to `1.3.1` (#365) +- Algolia Kotlin API client to `2.1.1` (#366) + # 3.1.3 ### Added diff --git a/gradle.properties b/gradle.properties index 43f775a6f..1d02c7244 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ android.disableAutomaticComponentCreation=true # Lib GROUP=com.algolia -VERSION_NAME=3.1.3 +VERSION_NAME=3.1.4 # OSS SONATYPE_HOST=DEFAULT