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

Commit

Permalink
Open Distro Release 1.8.0 (#41)
Browse files Browse the repository at this point in the history
* Updated version number

* updated release notes
  • Loading branch information
zhongnansu authored May 18, 2020
1 parent 7638fe8 commit 6f8590e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release-notes/odfe-sql-cli.release-notes-1.7.0.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2020-05-04 Version 1.7.0.0 (Current)
## 2020-05-04 Version 1.7.0.0

This is the first official release of Open Distro for Elasticsearch SQL CLI

Expand Down
5 changes: 5 additions & 0 deletions release-notes/odfe-sql-cli.release-notes-1.8.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 2020-05-18 Version 1.8.0.0 (Current)

### Features
#### Elasticsearch and ODFE SQL Plugin Compatibility
* Feature [#41](https://github.com/opendistro-for-elasticsearch/sql-cli/pull/41): Elasticsearch 7.7.0 and ODFE SQL Plugin 1.8.0 compatibility (issue: [#40](https://github.com/opendistro-for-elasticsearch/sql-cli/issues/40))
2 changes: 1 addition & 1 deletion src/__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.7.0.0"
__version__ = "1.8.0.0"

0 comments on commit 6f8590e

Please sign in to comment.