Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Commit 93d9d7a

Browse files
authored
Changes for 1.1.0 release (#18)
Updated version number and release notes (no changes from previous release).
1 parent cd7ff70 commit 93d9d7a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ plugins {
3232
group 'com.amazon.opendistroforelasticsearch.client'
3333

3434
// keep version in sync with version in Driver source
35-
version '1.0.0.0'
35+
version '1.1.0.0'
3636

3737
version = "${version}"
3838

opendistro-elasticsearch-jdbc.release-notes

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 2019-06-06, Version 1.0.0 (Current)
1+
## 2019-06-24, Version 1.1.0 (Current)
2+
3+
### Changes
4+
5+
* Elasticsearch 7.1.1 compatibility
6+
7+
## 2019-06-06, Version 1.0.0
28

39
### Changes
410

src/main/java/com/amazon/opendistroforelasticsearch/jdbc/internal/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
public enum Version {
2020

2121
// keep this in sync with the gradle version
22-
Current(1, 0, 0, 0);
22+
Current(1, 1, 0, 0);
2323

2424
private int major;
2525
private int minor;

0 commit comments

Comments
 (0)