Skip to content

Commit

Permalink
prepare v0.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Aug 13, 2024
1 parent 596cc8d commit 1382a58
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

All notable changes to this project will be documented in this file.

## v0.7.1 - 2024-06-18
## v0.7.2 - 2024-08-13

### Highlights

* panic if the cli updater thread failed for some reason
* previously, the failed thread goes silently, and the main process continues running
* reduce logging if not configuring NATS notifier
* previously, the missing notifier message appear at every fetch

## v0.7.1 - 2024-08-05

### Highlights

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bgpkit-broker"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
authors = ["Mingwei Zhang <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1382a58

Please sign in to comment.