CHANGELOG.md in omniauth-cas-1.1.1 vs CHANGELOG.md in omniauth-cas-2.0.0

- old
+ new

@@ -3,9 +3,21 @@ 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/) +## 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 ### Changed * Relax gemspec requirements, to add support for Rails 5.