Skip to content

Commit

Permalink
Version v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
handnot2 committed Jul 23, 2018
1 parent 8d5154c commit 93185ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All changes are in the `main` branch (`master` remains unchanged).

### v3.5.0

+ Erlang/OTP 21.0 support
Removed tuple calls. Thanks to PR from [zwilias](https://github.com/zwilias).

### v3.4.0

+ Fixed issue: #4 - InResponseTo - make this available
Expand Down
2 changes: 1 addition & 1 deletion src/esaml.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, esaml,
[
{description, "SAML for erlang"},
{vsn, "3.4.0"},
{vsn, "3.5.0"},
{modules, []},
{registered, []},
{applications, [
Expand Down

0 comments on commit 93185ea

Please sign in to comment.