diff --git a/CHANGELOG.md b/CHANGELOG.md index 38615fbd..48f099c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.9.5 +### Other Changes +* Server: Allow non root resources. [@mangas](https://github.com/mangas) in [#454](https://github.com/improbable-eng/grpc-web/pull/454) +* Client: Fix aborting requests from within a web-worker context. [@midan888](https://github.com/midan888) in [#443](https://github.com/improbable-eng/grpc-web/pull/443) + ## 0.9.4 ### Other Changes * Client: Fix broken v0.9.3 release (client binaries were not rebuilt prior to npm publish)