Skip to content

Commit 5905dbc

Browse files
committed
feat(changelog): update changelogs for next version
1 parent 5587f23 commit 5905dbc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.5.1 - 23-11-2022
2+
3+
* Ensure order for rules, no rules will always be applied in the same order even if they have the same priority, as they are sorted by their ID
4+
* Body filters will now only be applied on a correct content-type header
5+
16
## 2.5.0 - 28-10-2022
27

38
* Add support for gzip compression in body filter

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.5.0"
6+
version = "2.5.1"
77
authors = ["Joel Wurtz <[email protected]>"]
88
edition = "2018"
99
build = "src/build.rs"

0 commit comments

Comments
 (0)