Skip to content

Commit

Permalink
v0.11.0 (#255)
Browse files Browse the repository at this point in the history
* Add `response_header_modifier` outbound HTTP filter

Signed-off-by: Alex Leong <[email protected]>
  • Loading branch information
adleong authored Jul 10, 2023
1 parent f1598b4 commit bdcb2d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `linkerd2-proxy-api` changes

## v0.11.0

* Add `response_header_modifier` outbound HTTP filter

## v0.10.0

* Add `requestTimeout` fields to routes and route backends in the
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"

[[package]]
name = "linkerd2-proxy-api"
version = "0.10.0"
version = "0.11.0"
dependencies = [
"h2",
"http",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linkerd2-proxy-api"
version = "0.10.0"
version = "0.11.0"
authors = ["Linkerd Developers <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit bdcb2d2

Please sign in to comment.