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

Commit

Permalink
1.2.0.0 release (#24)
Browse files Browse the repository at this point in the history
* Bumped plugin version from 1.1.0.0 to 1.2.0.0
  • Loading branch information
galkk authored Aug 16, 2019
1 parent 514d448 commit 9cc52ae
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.1.0.0'
version '1.2.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-06-24, Version 1.1.0 (Current)
## 2019-08-16, Version 1.2.0 (Current)

### Changes

* Elasticsearch 7.2.0 compatibility
* Support for custom AWS Credentials providers

## 2019-06-24, Version 1.1.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, 1, 0, 0);
Current(1, 2, 0, 0);

private int major;

This comment has been minimized.

Copy link
@fasesil

fasesil Oct 10, 2019

S

private int minor;
Expand Down

0 comments on commit 9cc52ae

Please sign in to comment.