Skip to content

Commit f9491ae

Browse files
committed
chore(release): prepare libredirection release 2.11.0
1 parent cd21714 commit f9491ae

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.11.0 - 27-02-2024
2+
3+
* Fix wasm integration by removing call to `SystemTime::now` which is not available in wasm
4+
* Fix default local network for trusted proxies
5+
* Add default header action
6+
7+
## 2.10.1 - 06-02-2024
8+
9+
* Fix building without specific features
10+
111
## 2.10.0 - 06-02-2024
212

313
* Updated dependencies

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "redirectionio"
33
description = "Redirection IO Library to handle matching rule, redirect and filtering headers and body."
44
repository = "https://github.com/redirectionio/libredirectionio"
55
license = "MIT"
6-
version = "2.10.1"
6+
version = "2.11.0"
77
authors = ["Joel Wurtz <[email protected]>"]
88
edition = "2018"
99
build = "src/build.rs"

0 commit comments

Comments
 (0)