Skip to content

Commit bdcb2d2

Browse files
authored
v0.11.0 (#255)
* Add `response_header_modifier` outbound HTTP filter Signed-off-by: Alex Leong <[email protected]>
1 parent f1598b4 commit bdcb2d2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# `linkerd2-proxy-api` changes
22

3+
## v0.11.0
4+
5+
* Add `response_header_modifier` outbound HTTP filter
6+
37
## v0.10.0
48

59
* Add `requestTimeout` fields to routes and route backends in the

Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
283283

284284
[[package]]
285285
name = "linkerd2-proxy-api"
286-
version = "0.10.0"
286+
version = "0.11.0"
287287
dependencies = [
288288
"h2",
289289
"http",

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linkerd2-proxy-api"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["Linkerd Developers <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)