diff --git a/History.markdown b/History.markdown index 9b1992f..10096d8 100644 --- a/History.markdown +++ b/History.markdown @@ -1,8 +1,10 @@ ## HEAD + +## 2.1.0 / 2017-01-01 ### Major Enhancements * Fix breaking changes in LSI api. Displays errors instead of raising where possible. #87 -## 2.0.5 / 2016-12-30 +## 2.0.5 / 2016-12-30 - yanled and no longer available ### Major Enhancements * Stopwords get encoded to utf8 (#83) * Fix searching issues where no document is added to lsi (#77) diff --git a/lib/classifier-reborn/version.rb b/lib/classifier-reborn/version.rb index 9c098cd..d00992b 100644 --- a/lib/classifier-reborn/version.rb +++ b/lib/classifier-reborn/version.rb @@ -1,3 +1,3 @@ module ClassifierReborn - VERSION = '2.0.5' + VERSION = '2.1.0' end