diff --git a/CHANGELOG.md b/CHANGELOG.md index 562b7985f5..ed34b235bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.7.0 + +* Give clear exception when clients attempt to reuse ClassifierResult instance with SDRClassifier (PR #1342) +* Remove FastClaClassifier (PR #1341) +* Allow SDR classifier to handle multiple category (PR #1339) +* Add Cap'n Proto serialization to SVM (PR #1338) + ## 0.6.3 * Change the Connections to stop doing automatic segment / synapse cleanup diff --git a/VERSION b/VERSION index b78fcca7da..faef31a435 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.4.dev0 +0.7.0