This commit is contained in:
Bevan Hunt 2021-03-25 17:51:58 -07:00
parent 3570138bb8
commit 287e1f02c6
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [9.0.1] - 2021-04-25
## [9.0.2] - 2021-04-25
### Fixed
- keys on event

2
Cargo.lock generated
View File

@ -461,7 +461,7 @@ dependencies = [
[[package]]
name = "broker"
version = "9.0.1"
version = "9.0.2"
dependencies = [
"anyhow",
"async-std",

View File

@ -1,6 +1,6 @@
[package]
name = "broker"
version = "9.0.1"
version = "9.0.2"
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
edition = "2018"
license = "MIT"