Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Mar 6, 2024
1 parent e7418f1 commit 0627147
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.4.0

* State verification to prevent CSRF attacks
* Rewrite cookie logic to get rid of `code-verifier` and `original-path` cookies
* Config value checks
* VSCode Settings to Format on Save
* Add fmt and Clippy to CI

## 0.3.4

* Check for three Host Headers
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
publish = false
name = "wasm-oidc-plugin"
version = "0.3.4"
version = "0.4.0"
authors = ["WWU Cloud Developer <[email protected]>, Anton Engelhardt <[email protected]>"]
description = "WASM OIDC Envoy Plugin"
license = "Apache-2.0"
Expand Down

0 comments on commit 0627147

Please sign in to comment.