Skip to content

Commit ad8da3f

Browse files
committed
chore: release 3.33.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]>
1 parent 0193697 commit ad8da3f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.33.0](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.32.0...3.33.0)
2+
3+
- [d9b21b4b1](https://github.com/algolia/api-clients-automation/commit/d9b21b4b1) feat(specs): add `renderingContent` query parameter in Composition API main injection ([#5549](https://github.com/algolia/api-clients-automation/pull/5549)) by [@ClaraMuller](https://github.com/ClaraMuller/)
4+
- [1eee2a5f7](https://github.com/algolia/api-clients-automation/commit/1eee2a5f7) fix(specs): add ACL to missing endpoints ([#5529](https://github.com/algolia/api-clients-automation/pull/5529)) by [@millotp](https://github.com/millotp/)
5+
- [564d615ca](https://github.com/algolia/api-clients-automation/commit/564d615ca) chore(deps): dependencies 2025-10-27 ([#5530](https://github.com/algolia/api-clients-automation/pull/5530)) by [@algolia-bot](https://github.com/algolia-bot/)
6+
- [38ae444d7](https://github.com/algolia/api-clients-automation/commit/38ae444d7) feat(specs): add specific documentation for `facets` query parameter in Composition API ([#5477](https://github.com/algolia/api-clients-automation/pull/5477)) by [@ClaraMuller](https://github.com/ClaraMuller/)
7+
18
## [3.32.0](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.31.2...3.32.0)
29

310
- [bb110a3fd](https://github.com/algolia/api-clients-automation/commit/bb110a3fd) fix(clients): switch kotlin formatter to ktfmt ([#5483](https://github.com/algolia/api-clients-automation/pull/5483)) by [@millotp](https://github.com/millotp/)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.algolia.client
22

33
internal object BuildConfig {
4-
internal const val VERSION: String = "3.32.0"
4+
internal const val VERSION: String = "3.33.0"
55
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin.mpp.stability.nowarn=true
44

55
# Lib
66
GROUP=com.algolia
7-
VERSION_NAME=3.32.0
7+
VERSION_NAME=3.33.0
88

99
# POM
1010
POM_DESCRIPTION="Algolia is a powerful search-as-a-service solution, made easy to use with API clients, UI libraries, \

0 commit comments

Comments
 (0)