Skip to content

Commit

Permalink
chore(release): prepare libredirection release 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Feb 27, 2024
1 parent cd21714 commit f9491ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.11.0 - 27-02-2024

* Fix wasm integration by removing call to `SystemTime::now` which is not available in wasm
* Fix default local network for trusted proxies
* Add default header action

## 2.10.1 - 06-02-2024

* Fix building without specific features

## 2.10.0 - 06-02-2024

* Updated dependencies
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "redirectionio"
description = "Redirection IO Library to handle matching rule, redirect and filtering headers and body."
repository = "https://github.com/redirectionio/libredirectionio"
license = "MIT"
version = "2.10.1"
version = "2.11.0"
authors = ["Joel Wurtz <[email protected]>"]
edition = "2018"
build = "src/build.rs"
Expand Down

0 comments on commit f9491ae

Please sign in to comment.