Skip to content

Commit

Permalink
Bump version v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Sep 29, 2016
1 parent 51c95de commit fbc5242
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v0.4.1 (9/28/2016)

* Use activesupport for blank support. Remove the extraction.
* Update sysrandom and remove the workaround needed for earlier version

## v0.4.0 (9/24/2016)

* Breaking change to force upcasing of some addition string args
Expand All @@ -8,7 +13,7 @@
* Remove int_commas utility method
* Hash w/ sha256 a,b strings in secure_compare
* Deeper Contracts integration

## v0.3.0 (9/24/2016)

* Breaking change, identifier cannot be an empty string
Expand Down
2 changes: 1 addition & 1 deletion lib/tss/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TSS
VERSION = '0.4.0'.freeze
VERSION = '0.4.1'.freeze
end

0 comments on commit fbc5242

Please sign in to comment.