diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d485ec..86e4482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -### v0.10.0 (WIP) +### v0.10.0 + Issue: #31 - Support for Cowboy 2.x Uptake `esaml` v4.0.0 which includes support for Cowboy 2.x. diff --git a/README.md b/README.md index b3988f3..dc0784d 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ config :samly, Samly.Provider, > Since v0.10.0 -`Samly` internally maintains the the authenticated SAML assertions (from `LoginResponse` SAML requests). +`Samly` internally maintains the authenticated SAML assertions (from `LoginResponse` SAML requests). There are two built-in state store options available - one based on ETS and the other on Plug Sessions. The ETS store can be setup using the following configuration: