diff --git a/CHANGELOG.md b/CHANGELOG.md index 882660eaf..48f7de220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 4.1.0 + +### Added +- Composition API support: `CompositionSearcher` and `CompositionFacetsSearcher` run an Algolia Composition (`/1/compositions/{compositionID}/run` and `/1/compositions/{compositionID}/facets/{facetName}/query`) while staying compatible with the existing components (search box, hits, stats, facet list, filter state, paging), with server-side disjunctive faceting +- Experimental `instantsearch-agent` module for Agent Studio: `ChatStore` driving agent conversations over `AgentStudioTransport`, with tool call rendering support + # 4.0.2 ### Added diff --git a/gradle.properties b/gradle.properties index 10b2e91ce..86e5e6067 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ android.experimental.lint.version=8.8.2 # Lib GROUP=com.algolia -VERSION_NAME=4.0.2 +VERSION_NAME=4.1.0 # OSS mavenCentralPublishing=true