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

Commit

Permalink
Merge pull request #31 from chloe-zh/opendistro-1.3
Browse files Browse the repository at this point in the history
Updated for v1.3 release
  • Loading branch information
chloe-zh authored Oct 31, 2019
2 parents 8ba7011 + 242a064 commit 1bc9ba8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins {
group 'com.amazon.opendistroforelasticsearch.client'

// keep version in sync with version in Driver source
version '1.2.0.0'
version '1.3.0.0'

version = "${version}"

Expand Down
9 changes: 8 additions & 1 deletion opendistro-elasticsearch-jdbc.release-notes
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## 2019-08-16, Version 1.2.0 (Current)
## 2019-10-29, Version 1.3.0 (Current)

### Changes

* Elasticsearch 7.3.2 compatibility
* BugFix: support negative float

## 2019-08-16, Version 1.2.0

### Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public enum Version {

// keep this in sync with the gradle version
Current(1, 2, 0, 0);
Current(1, 3, 0, 0);

private int major;
private int minor;
Expand Down

0 comments on commit 1bc9ba8

Please sign in to comment.