Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
handnot2 committed Feb 10, 2019
1 parent 84a6051 commit ec1212c
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).

### v4.2.0

+ Erlang 21.x compatibility fix - PR #15 from [zwilias](https://github.com/zwilias)
+ Nonce in auto form submission script - Issue #16

### v4.1.0

+ Support for Encrypted Assertions - PR #13 from [tcrossland](https://github.com/tcrossland)
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 Server Provider library for erlang"},
{vsn, "4.1.0"},
{vsn, "4.2.0"},
{modules, []},
{registered, []},
{applications, [
Expand Down

0 comments on commit ec1212c

Please sign in to comment.