From f549c474a0712b04b3dca29092b3e24bc8c24153 Mon Sep 17 00:00:00 2001 From: philippus Date: Fri, 31 May 2024 12:24:42 +0200 Subject: [PATCH] Release version 8.13.0 --- README.md | 3 ++- version.sbt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 346e26185..2841a4a56 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # elastic4s - Elasticsearch Scala Client [![build](https://github.com/Philippus/elastic4s/workflows/master/badge.svg)](https://github.com/Philippus/elastic4s/actions/workflows/master.yml?query=workflow%3Amaster+branch%3Amaster) -![Current Version](https://img.shields.io/badge/version-8.12.0-brightgreen.svg?style=flat "8.12.0") +![Current Version](https://img.shields.io/badge/version-8.13.0-brightgreen.svg?style=flat "8.13.0") [![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat "Apache 2.0")](LICENSE) @@ -35,6 +35,7 @@ Note that starting from version 8.12.0 the group id has changed from com.sksamue | Elastic Version | Scala 2.12 | Scala 2.13 | Scala 3 | |-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 8.13.x | [](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22) | [](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22) | [](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3) | | 8.12.x | [](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22) | [](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22) | [](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3) | | 8.11.x | [](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22) | [](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22) | [](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3) | | 8.10.x | [](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22) | [](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22) | [](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3) | diff --git a/version.sbt b/version.sbt index ff6d3c890..e51570b9b 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "8.13.0-SNAPSHOT" +ThisBuild / version := "8.13.0"