Skip to content

Commit d7ecc55

Browse files
committed
Release 💎 v2.0.4
1 parent 3aa8e24 commit d7ecc55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

History.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## HEAD
1+
## 2.0.4 / 2015-10-31
22

33
### Major Enhancements
44

55
* Classification thresholds can be enabled or disabled. The default is disabled. The threshold value can be set at initialization time or dynamically during processing (#47)
66
* Made auto-categorization optional, defaulting to false (#45)
77
* Added the ability to handle an array of classifications to the constructor (#44)
88
* Classification with a threshold has been added to the api (#39)
9-
9+
1010
### Minor Enhancements
1111
* Documentation around threshold usage (#54)
1212
* Fixed UTF-8 encoding for `hasher.rb` (#50)

lib/classifier-reborn/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ClassifierReborn
2-
VERSION = '2.0.3'
2+
VERSION = '2.0.4'
33
end

0 commit comments

Comments
 (0)