Skip to content

Commit 037b84f

Browse files
Update 8.11.1 release notes (#2418)
(cherry picked from commit 30a5672) Co-authored-by: Quentin Pradet <[email protected]>
1 parent 8228e5b commit 037b84f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/guide/release-notes.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[[release-notes]]
22
== Release notes
33

4+
* <<rn-8-11-1>>
45
* <<rn-8-11-0>>
56
* <<rn-8-10-1>>
67
* <<rn-8-10-0>>
@@ -32,6 +33,14 @@
3233
* <<rn-8-1-0>>
3334
* <<rn-8-0-0>>
3435

36+
[discrete]
37+
[[rn-8-11-1]]
38+
=== 8.11.1 (2023-12-08)
39+
40+
- Added missing `role_templates` to `security.put_role_mapping` API
41+
- Added interactive examples page, to documentation
42+
- Changed API reference to have one page per sub-client
43+
3544
[discrete]
3645
[[rn-8-11-0]]
3746
=== 8.11.0 (2023-11-13)

elasticsearch/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__versionstr__ = "8.11.0"
18+
__versionstr__ = "8.11.1"

0 commit comments

Comments
 (0)