Skip to content

Commit

Permalink
Release version 8.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Jul 16, 2024
1 parent 90321b2 commit b65e2e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# elastic4s - Elasticsearch Scala Client

[![build](https://github.com/Philippus/elastic4s/workflows/build/badge.svg)](https://github.com/Philippus/elastic4s/actions/workflows/build.yml?query=workflow%3Abuild+branch%3Amain)
![Current Version](https://img.shields.io/badge/version-8.13.1-brightgreen.svg?style=flat "8.13.1")
![Current Version](https://img.shields.io/badge/version-8.14.0-brightgreen.svg?style=flat "8.14.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)

Expand Down Expand Up @@ -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.14.x | [<img src="https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_2.12/8.14.svg?label=latest%208.14%20release%20for%202.12"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22) | [<img src="https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_2.13/8.14.svg?label=latest%208.14%20release%20for%202.13"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22) | [<img src="https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_3/8.14.svg?label=latest%208.14%20release%20for%203"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3) |
| 8.13.x | [<img src="https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_2.12/8.13.svg?label=latest%208.13%20release%20for%202.12"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22) | [<img src="https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_2.13/8.13.svg?label=latest%208.13%20release%20for%202.13"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22) | [<img src="https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_3/8.13.svg?label=latest%208.13%20release%20for%203"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3) |
| 8.12.x | [<img src="https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_2.12/8.12.svg?label=latest%208.12%20release%20for%202.12"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22) | [<img src="https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_2.13/8.12.svg?label=latest%208.12%20release%20for%202.13"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22) | [<img src="https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_3/8.12.svg?label=latest%208.12%20release%20for%203"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3) |
| 8.11.x | [<img src="https://img.shields.io/maven-central/v/com.sksamuel.elastic4s/elastic4s-core_2.12/8.11.svg?label=latest%208.11%20release%20for%202.12"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22) | [<img src="https://img.shields.io/maven-central/v/com.sksamuel.elastic4s/elastic4s-core_2.13/8.11.svg?label=latest%208.11%20release%20for%202.13"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22) | [<img src="https://img.shields.io/maven-central/v/com.sksamuel.elastic4s/elastic4s-core_3/8.11.svg?label=latest%208.11%20release%20for%203"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3) |
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "8.14.0-SNAPSHOT"
ThisBuild / version := "8.14.0"

0 comments on commit b65e2e7

Please sign in to comment.