diff --git a/HISTORY b/HISTORY index bd72ed203..a30f683ac 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,10 @@ +0.7.0-rc.1 +========== + +* Fixed bugs around hyphens and underscores in the tokenizer [#308]. +* Fixed several bugs in the dialogue agent runtime [#245, #278, #287, #288, + #289, #291, #298, #309]. + 0.7.0-beta.6 ============ diff --git a/package.json b/package.json index ee83dcd81..e5a412ffe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genie-toolkit", - "version": "0.7.0-beta.6", + "version": "0.7.0-rc.1", "description": "A Generator of Natural Language Parsers for Compositional Virtual Assistants", "main": "lib/index.js", "repository": "https://github.com/stanford-oval/genie-toolkit.git",