diff --git a/CHANGES.md b/CHANGES.md index ea4309173..0eba1b06d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 2799af8ee..aec607510 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -283,7 +283,7 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "linkerd2-proxy-api" -version = "0.10.0" +version = "0.11.0" dependencies = [ "h2", "http", diff --git a/Cargo.toml b/Cargo.toml index 3e957e1cb..e651fff55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linkerd2-proxy-api" -version = "0.10.0" +version = "0.11.0" authors = ["Linkerd Developers "] license = "Apache-2.0" edition = "2021"