Skip to content

Commit 9c14765

Browse files
committed
Bump to version 2.2.0
1 parent 4659270 commit 9c14765

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

5057
Note that while not supported in the previous version, parsing attributes as json or yaml is still not supported.
5158
Since 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.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)