Skip to content

Commit

Permalink
Bump version v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Jan 29, 2017
1 parent 09bf11a commit 02db38e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## v0.5.0 (1/28/2017)

* Breaking refactor to use automatic PKCS#7 padding on secrets w/ 16 byte block size.
* Update Copyright year
* Ruby 2.4.0 testing
* Update version of sysrandom gem
* Fixed minitest spec warning

## v0.4.2 (10/12/2016)

* Sign the gem with a new cert that expires in 10 years.
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.2'.freeze
VERSION = '0.5.0'.freeze
end

0 comments on commit 02db38e

Please sign in to comment.