From 9c14765b86d418bb03a3f23fd2c9e85e7407b631 Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Mon, 4 Apr 2022 23:59:56 +0200 Subject: [PATCH] Bump to version 2.2.0 --- CHANGELOG.md | 9 ++++++++- mix.exs | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0524a70..973213d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Version 2.2.0 + +- [Feature] Allow skipping attribute sanitization (PR#30, thanks to [sebn](https://github.com/sebn)) +- [Fix] Compatability with Überauth 0.7 +- [Other] Use GA as CI tool +- [Other] Test against Elixir 1.13 + ## Version 2.1.0 - [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. Note that while not supported in the previous version, parsing attributes as json or yaml is still not supported. Since this doesn't appear to be in the spec, it probably won't be supported. You can always read the field from -the attributes and parse it yourself. \ No newline at end of file +the attributes and parse it yourself. diff --git a/mix.exs b/mix.exs index fa6e62c..e80e8a9 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.1.0" + @version "2.2.0" def project do [