Skip to content

Commit

Permalink
Updated CHANGELOG and release notes for 8.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Aug 14, 2024
1 parent f77a9d8 commit 34c2444
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## release 8.14.0
## Release 8.15.0

Updated the APIs to Elasticsearch [8.15.0](https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-8.15.0.html) and added the support of OpenTelemetry.
Read the elastic-transport-php [README](https://github.com/elastic/elastic-transport-php?tab=readme-ov-file#opentelemetry)
for more information about OpenTelemetry support.

## Release 8.14.0

This release introduces 3 new APIs and 10 EXPERIMENTAL APIs.

Expand Down
10 changes: 10 additions & 0 deletions docs/release-notes.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[[release-notes]]
== Release notes

* <<rn-8-15-0>>
* <<rn-8-14-0>>
* <<rn-8-13-0>>
* <<rn-8-12-0>>
Expand Down Expand Up @@ -46,6 +47,15 @@
* <<rn-7-0-1>>
* <<rn-7-0-0>>

[discrete]
[[rn-8-15-0]]
=== 8.15.0

* Updated the API endpoints to Elasticserach 8.15.0
* Added the OpenTelemetry support, for more information
you can refer to the https://github.com/elastic/elastic-transport-php?tab=readme-ov-file#opentelemetry[elastic-transport-php]
documentation

[discrete]
[[rn-8-14-0]]
=== 8.14.0
Expand Down

0 comments on commit 34c2444

Please sign in to comment.