Skip to content

Commit

Permalink
chore: release rumqttd v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swanandx committed Aug 15, 2023
1 parent 1963b3e commit 74ca53e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

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

## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

---

## [rumqttd 0.17.0] - 15-08-2023

### Added
- Subscription IDs in v5 publish packets (#632)
- Shared Subscriptions with configurable strategies (#668)
- Bump dependencies to latest (#666)

### Changed

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.16.0"
version = "0.17.0"
license = "Apache-2.0"
description = "rumqttd is a high performance MQTT broker written in Rust which is light weight and embeddable"
authors = ["tekjar <raviteja@bytebeam.io>"]
Expand Down

0 comments on commit 74ca53e

Please sign in to comment.