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

OpensDistro Release 1.9.0 #55

Merged
merged 1 commit into from
Jun 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/odfe_sql_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"