diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b27b6..a5ddaaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,17 @@ 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/) -## master - unreleased +## 2.0.0 - 2010-11-14 + +### Added * Add support for multivalued attributes ([#59](https://github.com/dlindahl/omniauth-cas/pull/59)) +* Successfully test against Ruby 2.4 and up ([#60](https://github.com/dlindahl/omniauth-cas/pull/60)) + +### Changed + +* Forward success response to `fetch_raw_info` callback ([#51](https://github.com/dlindahl/omniauth-cas/pull/51)) +* Relax development dependencies to the latest versions ## 1.1.1 - 2016-09-19 diff --git a/lib/omniauth/cas/version.rb b/lib/omniauth/cas/version.rb index 9993412..1910c93 100644 --- a/lib/omniauth/cas/version.rb +++ b/lib/omniauth/cas/version.rb @@ -1,5 +1,5 @@ module Omniauth module Cas - VERSION = '1.1.1' + VERSION = '2.0.0' end end