Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
handnot2 committed Jan 31, 2019
1 parent d2dfabd commit 5a4fd21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

### v4.1.0

+ Support for Encrypted Assertions - PR #13 from [tcrossland](https://github.com/tcrossland)
Includes support for `aes128-gcm`, `aes128-cbc` and `aes256-cbc` data encryption algorithms
and `rsa-oaep-mgf1p` key encryption algorithm.

### v4.0.0

+ Fixed issue: #11 - Support for Cowboy 2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following algorithms are supported:

Edoc documentation for the whole API is available at:

https://hexdocs.pm/esaml/4.0.0/
https://hexdocs.pm/esaml

### Licensing

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.0.0"},
{vsn, "4.1.0"},
{modules, []},
{registered, []},
{applications, [
Expand Down

0 comments on commit 5a4fd21

Please sign in to comment.