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

Commit

Permalink
Update driver version and release note for 0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-chen committed Apr 12, 2019
1 parent 5ecc3ae commit 118cb02
Show file tree
Hide file tree
Showing 3 changed files with 8 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 '0.8.0.0'
version '0.9.0.0'

version = "${version}"

Expand Down
7 changes: 6 additions & 1 deletion opendistro-elasticsearch-jdbc.release-notes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

## 2019-04-02, Version 0.8.0 (Current)
## 2019-04-19, Version 0.9.0 (Current)

No update in this release.


## 2019-04-02, Version 0.8.0

### Notable 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(0, 8, 0, 0);
Current(0, 9, 0, 0);

private int major;
private int minor;
Expand Down

0 comments on commit 118cb02

Please sign in to comment.