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

Commit 44debc6

Browse files
authored
Bumping the version number to 1.0.0 (#13)
*How tested:* successful build, plus connected to local ES cluster and browsed through indexes with SQuirreL.
1 parent f1b7f88 commit 44debc6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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 '0.9.0.0'
35+
version '1.0.0.0'
3636

3737
version = "${version}"
3838

opendistro-elasticsearch-jdbc.release-notes

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
## 2019-06-06, Version 1.0.0 (Current)
12

2-
## 2019-04-19, Version 0.9.0 (Current)
3+
### Changes
4+
5+
* Updated the LocalDateTime to Timestamp conversion to support timezone [issue #6]
6+
* Updated the connection URL template in README.md
7+
8+
## 2019-04-19, Version 0.9.0
39

410
No update in this release.
511

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

2424
private int major;
2525
private int minor;

0 commit comments

Comments
 (0)