From c31df83555693381d3ba8f23a553f406d566e160 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 6 Jun 2024 20:42:18 +0000 Subject: [PATCH] chore(release): prepare for v0.4.13 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c03b2d6..6bbecbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.4.13] + +### 🐛 Bug Fixes + +- **(ci)** Sed [v0.4.13] in Changelog + ## v0.4.12 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index e8b627e..d6a8260 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1160,7 +1160,7 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" [[package]] name = "wasm-oidc-plugin" -version = "0.4.12" +version = "0.4.13" dependencies = [ "aes-gcm", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index c42ac6b..0fcb209 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] publish = false name = "wasm-oidc-plugin" -version = "0.4.12" +version = "0.4.13" authors = ["WWU Cloud Developer , Anton Engelhardt "] description = "A plugin for the Envoy-Proxy written in Rust. It is a HTTP Filter, that implements the OIDC Authorization Code Flow. Requests sent to the filter are checked for the presence of a valid session cookie. If the cookie is not present, the user is redirected to the authorization_endpoint to authenticate. After successful authentication, the user is redirected back to the original request with a code in the URL query. The plugin then exchanges the code for a token using the token_endpoint and stores the token in the session. If the cookie is present, the plugin validates the token and passes the request to the backend, if the token is valid (optional)." license = "Apache-2.0"