Skip to content

Commit 2b951f9

Browse files
committed
feat(package): prepare 2.5.0 release
1 parent dd8d4f7 commit 2b951f9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
## 2.3.0 - Unreleased
1+
## 2.5.0 - 28-10-2022
2+
3+
* Add support for gzip compression in body filter
4+
* Hardened error handling in body filter
5+
6+
## 2.4.0 - 07-07-2022
7+
8+
* Update crate to publish on crates.io
9+
10+
## 2.3.0 - 13-04-2022
211

312
* Add support to trigger on specific ip address
413
* Add variable feature which allow using request properties in action values

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.4.0"
6+
version = "2.5.0"
77
authors = ["Joel Wurtz <[email protected]>"]
88
edition = "2018"
99
build = "src/build.rs"

0 commit comments

Comments
 (0)