Skip to content

Commit

Permalink
Release 💎 v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch4s3 committed Oct 31, 2015
1 parent 3aa8e24 commit d7ecc55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## HEAD
## 2.0.4 / 2015-10-31

### Major Enhancements

* 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)
* Made auto-categorization optional, defaulting to false (#45)
* Added the ability to handle an array of classifications to the constructor (#44)
* Classification with a threshold has been added to the api (#39)

### Minor Enhancements
* Documentation around threshold usage (#54)
* Fixed UTF-8 encoding for `hasher.rb` (#50)
Expand Down
2 changes: 1 addition & 1 deletion lib/classifier-reborn/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ClassifierReborn
VERSION = '2.0.3'
VERSION = '2.0.4'
end

0 comments on commit d7ecc55

Please sign in to comment.