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 #27 from davidcui-amzn/opendistro-1.2.1
Browse files Browse the repository at this point in the history
changed version to 1.2.1 and updated release notes
  • Loading branch information
davidcui1225 authored Oct 16, 2019
2 parents 9cc52ae + e054d4e commit 162f796
Show file tree
Hide file tree
Showing 3 changed files with 9 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.2.1.0'

version = "${version}"

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

### Changes

* Elasticsearch 7.2.1 compatibility

## 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, 2, 1, 0);

private int major;
private int minor;
Expand Down

0 comments on commit 162f796

Please sign in to comment.