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

Commit

Permalink
Changes for 1.1.0 release (#18)
Browse files Browse the repository at this point in the history
Updated version number and release notes (no changes from previous release).
  • Loading branch information
arsen-es authored Jun 24, 2019
1 parent cd7ff70 commit 93d9d7a
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.0.0.0'
version '1.1.0.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-06-06, Version 1.0.0 (Current)
## 2019-06-24, Version 1.1.0 (Current)

### Changes

* Elasticsearch 7.1.1 compatibility

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

private int major;
private int minor;
Expand Down

0 comments on commit 93d9d7a

Please sign in to comment.