Skip to content

Commit

Permalink
chore(release): update changelog and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed May 26, 2023
1 parent 6ac29d8 commit d3ee124
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.8.0 - 26-05-2023

* Fix parsing bug in ip address for logs and request matching
* Fix incorrect behavior when matching a request against a response status code
* Add support for excluding methods in request matching
* Add support for excluding response status code in request matching

## 2.7.1 - 23-03-2023

* Add optional features to libredirectionio, to allow better compilation on wasm target
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.7.1"
version = "2.8.0"
authors = ["Joel Wurtz <jwurtz@redirection.io>"]
edition = "2018"
build = "src/build.rs"
Expand Down

0 comments on commit d3ee124

Please sign in to comment.