Skip to content

Commit 106a629

Browse files
committed
[DOCS] Adds Release Notes for 8.5.2
1 parent 2ff6d8c commit 106a629

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
*To see release notes for the `7.x` branch and older releases, see [CHANGELOG on the 7.17 branch](https://github.com/elastic/elasticsearch-ruby/blob/7.17/CHANGELOG.md).*
22

3+
## 8.5.2 Release notes
4+
5+
### API Bugfix
6+
7+
Fixes `security.create_service_token` API, uses `POST` when token name isn't present.
8+
Thanks [@carlosdelest](https://github.com/carlosdelest) for reporting in [#1961](https://github.com/elastic/elasticsearch-ruby/pull/1961).
9+
310
## 8.5.1 Release notes
411

512
### Bugfix

docs/release_notes/85.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
[[release_notes_85]]
22
=== 8.5 Release notes
33

4+
[discrete]
5+
[[release_notes_852]]
6+
=== 8.5.2 Release notes
7+
8+
[discrete]
9+
==== API Bugfix
10+
11+
Fixes `security.create_service_token` API, uses `POST` when token name isn't present.
12+
Thanks https://github.com/carlosdelest[@carlosdelest] for reporting in https://github.com/elastic/elasticsearch-ruby/pull/1961[#1961].
13+
414
[discrete]
515
[[release_notes_851]]
616
=== 8.5.1 Release notes

0 commit comments

Comments
 (0)