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

Commit

Permalink
OpenDistro Release 1.7.0.0 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
abbashus committed May 7, 2020
1 parent 50bd69b commit 69de42f
Show file tree
Hide file tree
Showing 3 changed files with 7 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.6.1.0'
version '1.7.0.0'

version = "${version}"

Expand Down
6 changes: 5 additions & 1 deletion opendistro-elasticsearch-jdbc.release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 2020-04-29, Version 1.6.1.0 (Current)
## 2020-05-07, Version 1.7.0.0 (Current)
### Changes
* Feature [#76](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/76): Cursor integration. (issue: [#74](https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/74))

## 2020-04-29, Version 1.6.1.0
### Enhancement
* Enhancement [#72](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/72): Use default holdability for prepareStatement. (issue: [#63](https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/63))

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, 6, 1, 0);
Current(1, 7, 0, 0);

private int major;
private int minor;
Expand Down

0 comments on commit 69de42f

Please sign in to comment.