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

Commit 1c31cb7

Browse files
authored
OpensDistro Release 1.8 (#82)
1 parent 194f128 commit 1c31cb7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

build.gradle

+1-1
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.7.0.0'
35+
version '1.8.0.0'
3636

3737
version = "${version}"
3838

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 2020-05-18, Version 1.8.0.0
2+
### Maintenance
3+
* [Adds workflow to upload jar to Maven](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/81):

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

+1-1
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, 7, 0, 0);
22+
Current(1, 8, 0, 0);
2323

2424
private int major;
2525
private int minor;

0 commit comments

Comments
 (0)