From 60258a5c7e1d0009ad4be63abb59b6a52406c925 Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 13 Jan 2017 16:00:35 +0100 Subject: [PATCH] Version 0.2.2 Features: * Check ticket expiry and raise if expired ([b0d1bf5](/../commit/b0d1bf5)) --- CHANGELOG.md | 17 +++++++++++++++++ rbsso.gemspec | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1eab3..1aaaea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +### 0.2.2 (2017-01-13) + + +#### Features + +* Check ticket expiry and raise if expired ([b0d1bf5](/../commit/b0d1bf5)) + + + +### 0.2.1 (2017-01-13) + + +#### Bug Fixes + +* fix homepage url in gemspec ([0439785f](/../commit/0439785f)) + ### 0.2.0 (2017-01-13) diff --git a/rbsso.gemspec b/rbsso.gemspec index c452d67..d41594c 100644 --- a/rbsso.gemspec +++ b/rbsso.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'rbsso' - s.version = '0.2.1' + s.version = '0.2.2' s.licenses = ['MIT'] s.summary = "Ruby implementation for ai's libsso" s.description = <<-EODESC