File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 2.2.0
4+
5+ - [ Feature] Allow skipping attribute sanitization (PR #30 , thanks to [ sebn] ( https://github.com/sebn ) )
6+ - [ Fix] Compatability with Überauth 0.7
7+ - [ Other] Use GA as CI tool
8+ - [ Other] Test against Elixir 1.13
9+
310## Version 2.1.0
411
512- [ Feature] Allow configuration of validation path (thanks to [ Yann VERY] ( https://github.com/yannvery ) )
@@ -49,4 +56,4 @@ There are some small incompatibilities in version 2.
4956
5057Note that while not supported in the previous version, parsing attributes as json or yaml is still not supported.
5158Since this doesn't appear to be in the spec, it probably won't be supported. You can always read the field from
52- the attributes and parse it yourself.
59+ the attributes and parse it yourself.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule UeberauthCAS.Mixfile do
22 use Mix.Project
33
44 @ source_url "https://github.com/marceldegraaf/ueberauth_cas"
5- @ version "2.1 .0"
5+ @ version "2.2 .0"
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments