Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(9.2): release 9.2.4
  • Loading branch information
commit bca5c19ae5564cf88acce485cf16279a956cd931
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "9.2.3"
".": "9.2.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.2.4](https://github.com/elastic/go-elasticsearch/compare/v9.2.3...v9.2.4) (2026-03-10)


### Features

* Add functional options pattern for client instantiation ([#1295](https://github.com/elastic/go-elasticsearch/issues/1295)) ([#1322](https://github.com/elastic/go-elasticsearch/issues/1322)) ([bf3b10b](https://github.com/elastic/go-elasticsearch/commit/bf3b10b1196774a09635a9d8e80e450e0195eeaa))

## [9.2.3](https://github.com/elastic/go-elasticsearch/compare/v9.2.2...v9.2.3) (2026-02-11)


Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ package version
const Client = Version

// Version is the version of the client.
const Version = "9.2.4-SNAPSHOT"
const Version = "9.2.4"
Loading