From bca35a96c5436b8d9a2ed12c99022297acc9eb9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:19:42 -0300 Subject: [PATCH] chore: release 0.13.3 (#136) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a5ea89..7d5fa36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### [0.13.3](https://www.github.com/GluuFederation/inbound-saml/compare/v0.13.2...v0.13.3) (2022-06-29) + + +### Bug Fixes + +* **config:** correct env var name for `proxyConfigPath` ([2aaa2d9](https://www.github.com/GluuFederation/inbound-saml/commit/2aaa2d931be505ef2930ce49f00eb7eeada0d3d9)) +* **config:** update configuration env variables names ([#135](https://www.github.com/GluuFederation/inbound-saml/issues/135)) ([2aaa2d9](https://www.github.com/GluuFederation/inbound-saml/commit/2aaa2d931be505ef2930ce49f00eb7eeada0d3d9)) +* remove old unused persistence configuration ([2aaa2d9](https://www.github.com/GluuFederation/inbound-saml/commit/2aaa2d931be505ef2930ce49f00eb7eeada0d3d9)) + ### [0.13.2](https://www.github.com/GluuFederation/inbound-saml/compare/v0.13.1...v0.13.2) (2022-06-28) diff --git a/package.json b/package.json index 9a493f74..c8f1c817 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inbound-saml", - "version": "0.13.2", + "version": "0.13.3", "description": "Gluu inbound-saml module", "repository": { "type": "git",