From 8b9bc95220df1d6dd8f14e4514b3c3dbae0eac62 Mon Sep 17 00:00:00 2001 From: Luca Spiller Date: Mon, 19 Sep 2016 15:37:06 +0200 Subject: [PATCH] Version 1.1.1 --- CHANGELOG.md | 15 +++++++++++++++ lib/omniauth/cas/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3e99b23 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Change Log + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) and this +project adheres to [Semantic Versioning](http://semver.org/) + +## 1.1.1 - 2016-09-19 + +### Changed + +* Relax gemspec requirements, to add support for Rails 5. + +Note that the only tested versions of Ruby are now 2.1, 2.2, and 2.3 - older +versions of Ruby should work, but are no longer officially supported. diff --git a/lib/omniauth/cas/version.rb b/lib/omniauth/cas/version.rb index 2f7231c..9993412 100644 --- a/lib/omniauth/cas/version.rb +++ b/lib/omniauth/cas/version.rb @@ -1,5 +1,5 @@ module Omniauth module Cas - VERSION = '1.1.0' + VERSION = '1.1.1' end end