Skip to content

Commit

Permalink
Preparing 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Pierson committed Dec 10, 2023
1 parent 8227f94 commit 70794b3
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 70794b3

Please sign in to comment.