diff --git a/CHANGELOG.md b/CHANGELOG.md index 973213d..900c2ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 2.3.0 + +- [Feature] Support multivalued attributes (thanks to [eric-hostalery](https://github.com/eric-hostalery)). Previously, if multiple values existed for the same attribute, only the first was used. Now you can configure it to use the first, last or all. In that case, a list will be used instead. + ## Version 2.2.0 - [Feature] Allow skipping attribute sanitization (PR#30, thanks to [sebn](https://github.com/sebn)) diff --git a/mix.exs b/mix.exs index e80e8a9..2c1af6c 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule UeberauthCAS.Mixfile do use Mix.Project @source_url "https://github.com/marceldegraaf/ueberauth_cas" - @version "2.2.0" + @version "2.3.0" def project do [