Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Aug 5, 2020
1 parent 28e229f commit e947bd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## Version 2.0.0

- Updated all dependencies.
- More robust error handling. A proper XML parser is now used.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Central Authentication Service strategy for Überauth.
def deps do
[
{:ueberauth, "~> 0.2"},
{:ueberauth_cas, "~> 1.0.0"}
{:ueberauth_cas, "~> 2.0.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule UeberauthCAS.Mixfile do
use Mix.Project

@version "1.1.0"
@version "2.0.0"
@url "https://github.com/marceldegraaf/ueberauth_cas"

def project do
Expand Down

0 comments on commit e947bd6

Please sign in to comment.