Skip to content

Commit

Permalink
Update to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Jan 3, 2021
1 parent 210f5bd commit 95c9c96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version 2.1.0

- [Feature] Allow configuration of validation path (thanks to [Yann VERY](https://github.com/yannvery))
- [Feature] Allow dynamic configuration. This allows dynamically injecting CAS strategies, see PR#11. (thanks to [Yann VERY](https://github.com/yannvery))
- [Fix] Fix when `:sweet_xml` was not in the `applications`. The library now relies on Elixir to automatically populate the `applications`.
- [Other] Test against Elixir 1.11

## Version 2.0.1

- [Fix] Propagate network errors to Überauth instead of crashing.
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule UeberauthCAS.Mixfile do
use Mix.Project

@version "2.0.1"
@version "2.1.0"
@url "https://github.com/marceldegraaf/ueberauth_cas"

def project do
Expand Down Expand Up @@ -42,7 +42,7 @@ defmodule UeberauthCAS.Mixfile do
defp package do
[
files: ["lib", "mix.exs", "README.md", "LICENSE.md", "CHANGELOG.md"],
maintainers: ["Marcel de Graaf"],
maintainers: ["Marcel de Graaf", "Niko Strijbol"],
licenses: ["MIT"],
links: %{GitHub: @url}
]
Expand Down

0 comments on commit 95c9c96

Please sign in to comment.