Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Apr 9, 2024
1 parent 5c0e2f9 commit fb66935
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Changelog

## 0.4.0
## v0.4.1

* Demo project: deployment files and readme
* Bump serde_yaml from 0.9.32 to 0.9.33
* Bump regex from 1.10.3 to 1.10.4
* Bump serde_json from 1.0.114 to 1.0.115

## v0.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
## v0.3.4

* Check for three Host Headers
* Default URL Headers
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.0"
version = "0.4.1"
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 fb66935

Please sign in to comment.