From 19a39082ac3a4fc9c7efedee9be9113443f46bfb Mon Sep 17 00:00:00 2001 From: Bobby DeSimone <1544881+desimone@users.noreply.github.com> Date: Tue, 14 Apr 2020 08:49:08 -0700 Subject: [PATCH] docs: update changelog for v0.7.3 (#610) Signed-off-by: Bobby DeSimone --- VERSION | 2 +- docs/docs/CHANGELOG.md | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index e7f5d1aa6..f2afddf9c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.7.0 \ No newline at end of file +v0.7.3 \ No newline at end of file diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 377ff2aea..cac99ee4f 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,26 +1,32 @@ # Changelog +## v0.7.3 + +### Fixed + +- Upgrade gRPC to 1.27.1 @travisgroth (#609) + ## v0.7.2 -## Changes +### Changes - proxy: remove extra session unmarshalling @desimone (#592) - proxy: add configurable JWT claim headers @travisgroth (#596) - grpcutil: remove unused pkg @desimone (#593) -## Fixed +### Fixed - site: fix site on mobile @desimone (#597) -## Documentation +### Documentation - site: fix site on mobile @desimone (#597) -## Dependency +### Dependency - chore(deps): update vuepress monorepo to v1.4.0 @renovate (#559) - ## v0.7.1 +## v0.7.1 There were no changes in the v0.7.1 release, but we updated the build process slightly.