Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vjt committed Nov 14, 2020
1 parent 14256b7 commit 4ab8a1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/cas/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Omniauth
module Cas
VERSION = '1.1.1'
VERSION = '2.0.0'
end
end

0 comments on commit 4ab8a1c

Please sign in to comment.