Update CHANGELOG for v0.1.9

This commit is contained in:
James Mills 2022-03-27 13:00:43 +10:00
parent 6a840a26b4
commit 60c7246f78
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -1,4 +1,14 @@
<a name="v0.1.9"></a>
## [v0.1.9](https://git.mills.io/prologic/msgbus/compare/v0.1.8...v0.1.9) (2022-03-27)
### Bug Fixes
* Fix client spport for wasm by partially migrating from gorilla/websocket to nhooyr.io/websocket (See #17)
* Fix version test
* Fix version test
<a name="v0.1.8"></a>
## [v0.1.8](https://git.mills.io/prologic/msgbus/compare/v0.1.7...v0.1.8) (2022-03-25)
@ -6,6 +16,10 @@
* Add Access-Control-Allow-Origin: * to all responses
### Updates
* Update CHANGELOG for v0.1.8
<a name="v0.1.7"></a>
## [v0.1.7](https://git.mills.io/prologic/msgbus/compare/v0.1.6...v0.1.7) (2022-03-21)