Skip to content

Commit

Permalink
Bump to version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Apr 4, 2022
1 parent 4659270 commit 9c14765
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down Expand Up @@ -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.
the attributes and parse it yourself.
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.1.0"
@version "2.2.0"

def project do
[
Expand Down

0 comments on commit 9c14765

Please sign in to comment.