From 4dc4da240ef024951e4285c502602db856b63138 Mon Sep 17 00:00:00 2001 From: Rachel Date: Tue, 30 Jan 2024 20:28:44 +0000 Subject: [PATCH] bump version, add traffic policy options to changelog --- CHANGELOG.md | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b622c1d1..2b162c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.8.0 +- Adds the `WithPolicy` and `WithPolicyConfig` options for applying a Traffic Policy to an endpoint. + ## 1.7.0 - Adds the `WithAppProtocol` option for labeled listeners and HTTP endpoints. diff --git a/VERSION b/VERSION index bd8bf882..27f9cd32 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.0 +1.8.0