diff --git a/CHANGELOG.md b/CHANGELOG.md index 53355ad4..5502c395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.6.0 + +* Optional support for unframing `application/grpc-web+json` requests to whitelisted hostnames (#501). + # 1.5.0 * Allow optional rewrite rules before computing similarity scores during replay (#499). diff --git a/package.json b/package.json index 4df7be97..67344bd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "proxay", - "version": "1.5.0", + "version": "1.6.0", "author": { "name": "François Wouts", "email": "f@zenc.io"