From 6e2c28c45c42e922fb19592c0b2a3d6f93174bb1 Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Tue, 26 Jul 2022 23:28:54 +0200 Subject: [PATCH] Bump to v2.3.0 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 [