Skip to content

Commit

Permalink
chore: release rumqttd v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swanandx committed Sep 12, 2023
1 parent 27282a8 commit 6f3749f
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 37 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions rumqttd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

---

## [rumqttd 0.18.0] - 12-09-2023

### Added
- Will delay interval for MQTTv5 (#686)

Expand Down
2 changes: 1 addition & 1 deletion rumqttd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rumqttd"
version = "0.17.0"
version = "0.18.0"
publish = true
description = "rumqttd is a high performance MQTT broker written in Rust which is light weight and embeddable"
keywords = ["mqtt", "broker", "iot", "kafka", "nats"]
Expand Down

0 comments on commit 6f3749f

Please sign in to comment.