File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
client/src/commonMain/kotlin/com/algolia/client Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 3.0.0-beta.40] ( https://github.com/algolia/algoliasearch-client-kotlin/compare/3.0.0-beta.39...3.0.0-beta.40 )
2+
3+ - [ 2c6147ee7] ( https://github.com/algolia/api-clients-automation/commit/2c6147ee7 ) feat(specs): add generate code endpoint to ingestion specs ([ #3489 ] ( https://github.com/algolia/api-clients-automation/pull/3489 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
4+ - [ 6c62a81a7] ( https://github.com/algolia/api-clients-automation/commit/6c62a81a7 ) fix(specs): ingestion docker task input ([ #3488 ] ( https://github.com/algolia/api-clients-automation/pull/3488 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
5+ - [ eab2887f8] ( https://github.com/algolia/api-clients-automation/commit/eab2887f8 ) fix(specs): ingestion search endpoint ([ #3487 ] ( https://github.com/algolia/api-clients-automation/pull/3487 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
6+
17## [ 3.0.0-beta.39] ( https://github.com/algolia/algoliasearch-client-kotlin/compare/3.0.0-beta.38...3.0.0-beta.39 )
28
39- [ ac0cadb8a] ( https://github.com/algolia/api-clients-automation/commit/ac0cadb8a ) feat(specs): add transformation copilot to ingestion ([ #3479 ] ( https://github.com/algolia/api-clients-automation/pull/3479 ) ) by [ @Fluf22 ] ( https://github.com/Fluf22/ )
Original file line number Diff line number Diff line change 11package com.algolia.client
22
33internal object BuildConfig {
4- internal const val VERSION : String = " 3.0.0-beta.39 "
4+ internal const val VERSION : String = " 3.0.0-beta.40 "
55}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kotlin.mpp.stability.nowarn=true
44
55# Lib
66GROUP =com.algolia
7- VERSION_NAME =3.0.0-beta.39
7+ VERSION_NAME =3.0.0-beta.40
88
99# OSS
1010SONATYPE_HOST =DEFAULT
You can’t perform that action at this time.
0 commit comments