File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
client/src/commonMain/kotlin/com/algolia/client Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.2.2] ( https://github.com/algolia/algoliasearch-client-kotlin/compare/3.2.1...3.2.2 )
2
+
3
+ - [ 327e08d4e] ( https://github.com/algolia/api-clients-automation/commit/327e08d4e ) fix(specs): ingestion push task payload [ skip-bc] ([ #3607 ] ( https://github.com/algolia/api-clients-automation/pull/3607 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
4
+
1
5
## [ 3.2.1] ( https://github.com/algolia/algoliasearch-client-kotlin/compare/3.2.0...3.2.1 )
2
6
3
7
- [ 41f849e41] ( https://github.com/algolia/api-clients-automation/commit/41f849e41 ) fix(specs): partial update operation ([ #3486 ] ( https://github.com/algolia/api-clients-automation/pull/3486 ) ) by [ @kai687 ] ( https://github.com/kai687/ )
Original file line number Diff line number Diff line change 1
1
package com.algolia.client
2
2
3
3
internal object BuildConfig {
4
- internal const val VERSION : String = " 3.2.1 "
4
+ internal const val VERSION : String = " 3.2.2 "
5
5
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kotlin.mpp.stability.nowarn=true
4
4
5
5
# Lib
6
6
GROUP =com.algolia
7
- VERSION_NAME =3.2.1
7
+ VERSION_NAME =3.2.2
8
8
9
9
# OSS
10
10
SONATYPE_HOST =DEFAULT
You can’t perform that action at this time.
0 commit comments