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

Commit 2760d9e

Browse files
authored
OpensDistro Release 1.9.0 (#55)
1 parent 129a4be commit 2760d9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

release-notes/odfe-sql-cli.release-notes-1.8.1.0.md renamed to release-notes/odfe-sql-cli.release-notes-1.9.0.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## 2020-06-15 Version 1.8.1.0 (Current)
1+
## 2020-06-24 Version 1.9.0.0 (Current)
22

33
### Features
44
#### Elasticsearch and ODFE SQL Plugin Compatibility
5-
* Feature [#50](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/50): Elasticsearch 7.7.1 and ODFE SQL Plugin 1.8.1 compatibility
6-
(issue: [#49](https://github.com/opendistro-for-elasticsearch/sql-cli/issues/49))
5+
* Feature [#55](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/55): Elasticsearch 7.8.0 and ODFE SQL Plugin 1.9.0 compatibility
6+
(issue: [#54](https://github.com/opendistro-for-elasticsearch/sql-cli/issues/54))
77

88
#### Documentation
99
* Feature [#48](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/48): Added README badges

src/odfe_sql_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
express or implied. See the License for the specific language governing
1313
permissions and limitations under the License.
1414
"""
15-
__version__ = "1.8.1.0"
15+
__version__ = "1.9.0.0"

0 commit comments

Comments
 (0)