Skip to content

Commit d3ee124

Browse files
committed
chore(release): update changelog and versions
1 parent 6ac29d8 commit d3ee124

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.8.0 - 26-05-2023
2+
3+
* Fix parsing bug in ip address for logs and request matching
4+
* Fix incorrect behavior when matching a request against a response status code
5+
* Add support for excluding methods in request matching
6+
* Add support for excluding response status code in request matching
7+
18
## 2.7.1 - 23-03-2023
29

310
* Add optional features to libredirectionio, to allow better compilation on wasm target

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

0 commit comments

Comments
 (0)