Skip to content

Commit

Permalink
Merge pull request #5 from romanpierson/prepareRelease1.2.1
Browse files Browse the repository at this point in the history
Prepare release1.2.1
  • Loading branch information
romanpierson committed Dec 10, 2023
2 parents c7d6475 + 70794b3 commit 21e3159
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@
* Added support for Axiom.co
* Added ES 7.x and 8.x playgrounds
* Removed requirement for jackson databind library

### 1.2.1

(2023-12-10)

* Fixed issues with multiple static indexes prefix caching
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ java {
targetCompatibility = JavaVersion.VERSION_1_8
}

jar.archiveFileName = "vertx-elasticsearch-indexer-1.2.0.jar"
jar.archiveFileName = "vertx-elasticsearch-indexer-1.2.1.jar"

java {
withSourcesJar()
Expand All @@ -58,7 +58,7 @@ publishing {

groupId 'com.romanpierson'
artifactId 'vertx-elasticsearch-indexer'
version '1.2.0'
version '1.2.1'

from components.java

Expand Down

0 comments on commit 21e3159

Please sign in to comment.