Skip to content

Commit

Permalink
Bump to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Jul 26, 2022
1 parent 8c141a3 commit 6e2c28c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 6e2c28c

Please sign in to comment.