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

Changes for 1.1.0 release #18

Merged
merged 2 commits into from
Jun 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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