From f3f5416002d99e10e9c4840e62478f21980e713d Mon Sep 17 00:00:00 2001 From: Chase Date: Thu, 14 Dec 2017 19:54:32 -0500 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=92=8E=20v2.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- History.markdown | 2 ++ lib/classifier-reborn/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/History.markdown b/History.markdown index 0212a00..1ac7dce 100644 --- a/History.markdown +++ b/History.markdown @@ -1,4 +1,6 @@ ## HEAD + +## 2.2.0 / 2017-12-14 ## Major Enhancements * JRuby Support, thanks to [@mach-kernel](https://github.com/mach-kernel) ([#168](https://github.com/jekyll/classifier-reborn/pull/168)) * Add support to reset trained classifiers to their initial state ([#143](https://github.com/jekyll/classifier-reborn/pull/143)) diff --git a/lib/classifier-reborn/version.rb b/lib/classifier-reborn/version.rb index d00992b..495751c 100644 --- a/lib/classifier-reborn/version.rb +++ b/lib/classifier-reborn/version.rb @@ -1,3 +1,3 @@ module ClassifierReborn - VERSION = '2.1.0' + VERSION = '2.2.0' end