Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.
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
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"