Update CHANGELOG for v0.1.13

This commit is contained in:
James Mills 2022-04-03 00:59:38 +10:00
parent 5c065e91ed
commit 9ee8d0f867
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -1,4 +1,19 @@
<a name="v0.1.13"></a>
## [v0.1.13](https://git.mills.io/prologic/msgbus/compare/v0.1.12...v0.1.13) (2022-04-03)
### Bug Fixes
* Fix a panic on close bug (#28)
* Fix Reconnect test
* Fix response for empty topic/queue by responding with HTTP 204 No Content instead of 404 Not Found (Fixes #25)
### Features
* Add support for subscribers to start from an index (#26)
* Add CORS headers so bus can be accessed cross-origin
<a name="v0.1.12"></a>
## [v0.1.12](https://git.mills.io/prologic/msgbus/compare/v0.1.11...v0.1.12) (2022-03-28)
@ -6,6 +21,10 @@
* Fix Client API
### Updates
* Update CHANGELOG for v0.1.12
<a name="v0.1.11"></a>
## [v0.1.11](https://git.mills.io/prologic/msgbus/compare/v0.1.10...v0.1.11) (2022-03-28)