We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84d71f commit 31b50d9Copy full SHA for 31b50d9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 2.0.1
4
+
5
+- [Fix] Propagate network errors to Überauth instead of crashing.
6
7
## Version 2.0.0
8
9
- Updated all dependencies.
mix.exs
@@ -1,7 +1,7 @@
defmodule UeberauthCAS.Mixfile do
use Mix.Project
- @version "2.0.0"
+ @version "2.0.1"
@url "https://github.com/marceldegraaf/ueberauth_cas"
def project do
0 commit comments