From 2760d9e4ff144636cd53dc35b7f4f2f8aa2567ad Mon Sep 17 00:00:00 2001 From: Joshua Date: Thu, 25 Jun 2020 11:02:39 -0700 Subject: [PATCH] OpensDistro Release 1.9.0 (#55) --- ...tes-1.8.1.0.md => odfe-sql-cli.release-notes-1.9.0.0.md} | 6 +++--- src/odfe_sql_cli/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename release-notes/{odfe-sql-cli.release-notes-1.8.1.0.md => odfe-sql-cli.release-notes-1.9.0.0.md} (63%) diff --git a/release-notes/odfe-sql-cli.release-notes-1.8.1.0.md b/release-notes/odfe-sql-cli.release-notes-1.9.0.0.md similarity index 63% rename from release-notes/odfe-sql-cli.release-notes-1.8.1.0.md rename to release-notes/odfe-sql-cli.release-notes-1.9.0.0.md index 9421a34..2685524 100644 --- a/release-notes/odfe-sql-cli.release-notes-1.8.1.0.md +++ b/release-notes/odfe-sql-cli.release-notes-1.9.0.0.md @@ -1,9 +1,9 @@ -## 2020-06-15 Version 1.8.1.0 (Current) +## 2020-06-24 Version 1.9.0.0 (Current) ### Features #### Elasticsearch and ODFE SQL Plugin Compatibility -* Feature [#50](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/50): Elasticsearch 7.7.1 and ODFE SQL Plugin 1.8.1 compatibility -(issue: [#49](https://github.com/opendistro-for-elasticsearch/sql-cli/issues/49)) +* Feature [#55](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/55): Elasticsearch 7.8.0 and ODFE SQL Plugin 1.9.0 compatibility +(issue: [#54](https://github.com/opendistro-for-elasticsearch/sql-cli/issues/54)) #### Documentation * Feature [#48](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/48): Added README badges diff --git a/src/odfe_sql_cli/__init__.py b/src/odfe_sql_cli/__init__.py index bb39f9d..3851f21 100644 --- a/src/odfe_sql_cli/__init__.py +++ b/src/odfe_sql_cli/__init__.py @@ -12,4 +12,4 @@ express or implied. See the License for the specific language governing permissions and limitations under the License. """ -__version__ = "1.8.1.0" +__version__ = "1.9.0.0"