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

Commit 1bc9ba8

Browse files
authored
Merge pull request #31 from chloe-zh/opendistro-1.3
Updated for v1.3 release
2 parents 8ba7011 + 242a064 commit 1bc9ba8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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.2.0.0'
35+
version '1.3.0.0'
3636

3737
version = "${version}"
3838

opendistro-elasticsearch-jdbc.release-notes

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## 2019-08-16, Version 1.2.0 (Current)
1+
## 2019-10-29, Version 1.3.0 (Current)
2+
3+
### Changes
4+
5+
* Elasticsearch 7.3.2 compatibility
6+
* BugFix: support negative float
7+
8+
## 2019-08-16, Version 1.2.0
29

310
### Changes
411

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

Lines changed: 1 addition & 1 deletion
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, 2, 0, 0);
22+
Current(1, 3, 0, 0);
2323

2424
private int major;
2525
private int minor;

0 commit comments

Comments
 (0)