File tree 3 files changed +7
-2
lines changed
client/src/commonMain/kotlin/com/algolia/client
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.18.1] ( https://github.com/algolia/algoliasearch-client-kotlin/compare/3.18.0...3.18.1 )
2
+
3
+ - [ 8b5413f002] ( https://github.com/algolia/api-clients-automation/commit/8b5413f002 ) chore(deps): dependencies 2025-03-31 ([ #4661 ] ( https://github.com/algolia/api-clients-automation/pull/4661 ) ) by [ @algolia-bot ] ( https://github.com/algolia-bot/ )
4
+ - [ a51683025e] ( https://github.com/algolia/api-clients-automation/commit/a51683025e ) chore: deprecate mcm methods ([ #4694 ] ( https://github.com/algolia/api-clients-automation/pull/4694 ) ) by [ @kai687 ] ( https://github.com/kai687/ )
5
+
1
6
## [ 3.18.0] ( https://github.com/algolia/algoliasearch-client-kotlin/compare/3.17.0...3.18.0 )
2
7
3
8
- [ c3addb449] ( https://github.com/algolia/api-clients-automation/commit/c3addb449 ) feat(specs): add CT Query predicate property ([ #4654 ] ( https://github.com/algolia/api-clients-automation/pull/4654 ) ) by [ @morganleroi ] ( https://github.com/morganleroi/ )
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.18.0 "
4
+ internal const val VERSION : String = " 3.18.1 "
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.18.0
7
+ VERSION_NAME =3.18.1
8
8
9
9
# OSS
10
10
SONATYPE_HOST =DEFAULT
You can’t perform that action at this time.
0 commit comments