Skip to content

Commit

Permalink
Release 8.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Feb 22, 2024
1 parent 5ca24e3 commit 970ce1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/guide/release-notes.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[[release-notes]]
== Release notes

* <<rn-8-12-1>>
* <<rn-8-12-0>>
* <<rn-8-11-1>>
* <<rn-8-11-0>>
Expand Down Expand Up @@ -34,6 +35,13 @@
* <<rn-8-1-0>>
* <<rn-8-0-0>>

[discrete]
[[rn-8-12-1]]
=== 8.12.1 (2024-02-22)

- Fixed but deprecated parameter aliases in body parameter
- Added mappings and bulk to quickstart page

[discrete]
[[rn-8-12-0]]
=== 8.12.0 (2024-01-19)
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

__versionstr__ = "8.12.0"
__versionstr__ = "8.12.1"

0 comments on commit 970ce1c

Please sign in to comment.