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.