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

Commit 69de42f

Browse files
authored
OpenDistro Release 1.7.0.0 (#77)
1 parent 50bd69b commit 69de42f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ plugins {
3232
group 'com.amazon.opendistroforelasticsearch.client'
3333

3434
// keep version in sync with version in Driver source
35-
version '1.6.1.0'
35+
version '1.7.0.0'
3636

3737
version = "${version}"
3838

opendistro-elasticsearch-jdbc.release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## 2020-04-29, Version 1.6.1.0 (Current)
1+
## 2020-05-07, Version 1.7.0.0 (Current)
2+
### Changes
3+
* 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))
4+
5+
## 2020-04-29, Version 1.6.1.0
26
### Enhancement
37
* 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))
48

src/main/java/com/amazon/opendistroforelasticsearch/jdbc/internal/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
public enum Version {
2020

2121
// keep this in sync with the gradle version
22-
Current(1, 6, 1, 0);
22+
Current(1, 7, 0, 0);
2323

2424
private int major;
2525
private int minor;

0 commit comments

Comments
 (0)