From 8a5d80ec3ed66701acad2e883924f536c80f8bfa Mon Sep 17 00:00:00 2001 From: mdp Date: Wed, 10 Aug 2016 23:04:22 -0400 Subject: [PATCH] Bump version to 2.1.0 --- CHANGELOG.mdown | 3 +++ lib/gibberish/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown index 259bee6..f4c9123 100644 --- a/CHANGELOG.mdown +++ b/CHANGELOG.mdown @@ -1,3 +1,6 @@ +### v2.1.0 +* Improve exception handling [PR#25](https://github.com/mdp/gibberish/pull/25) + ### v2.0.0 * Breaking changes to default AES mode - Moving to [SJCL](http://bitwiseshiftleft.github.io/sjcl/) compatible AES diff --git a/lib/gibberish/version.rb b/lib/gibberish/version.rb index 57e5acb..62117b1 100644 --- a/lib/gibberish/version.rb +++ b/lib/gibberish/version.rb @@ -1,3 +1,3 @@ module Gibberish - VERSION = "2.0.0" + VERSION = "2.1.0" end