From a83c5960c84cef8ed24a93a58200a82b22853d24 Mon Sep 17 00:00:00 2001 From: adz Date: Wed, 26 Jun 2024 13:43:47 +0200 Subject: [PATCH] 0.8.0 --- CHANGELOG.md | 5 ++++- aquadoggo/Cargo.toml | 2 +- aquadoggo_cli/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a58c69d..108486fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0] + ### Added - Node API to subscribe to peer connection events [#625](https://github.com/p2panda/aquadoggo/pull/625) @@ -330,7 +332,8 @@ Released on 2021-10-25: :package: [`crate`](https://crates.io/crates/aquadoggo/0 - Use p2panda-rs 0.2.1 with fixed linter setting [#41](https://github.com/p2panda/aquadoggo/41) - Use `tide` for HTTP server and `jsonrpc-v2` for JSON RPC [#29](https://github.com/p2panda/aquadoggo/29) -[unreleased]: https://github.com/p2panda/aquadoggo/compare/v0.7.4...HEAD +[unreleased]: https://github.com/p2panda/aquadoggo/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/p2panda/aquadoggo/releases/tag/v0.8.0 [0.7.4]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.4 [0.7.3]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.3 [0.7.2]: https://github.com/p2panda/aquadoggo/releases/tag/v0.7.2 diff --git a/aquadoggo/Cargo.toml b/aquadoggo/Cargo.toml index 76d888ce3..fc27bab6f 100644 --- a/aquadoggo/Cargo.toml +++ b/aquadoggo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aquadoggo" -version = "0.7.4" +version = "0.8.0" authors = [ "adz ", "cafca ", diff --git a/aquadoggo_cli/Cargo.toml b/aquadoggo_cli/Cargo.toml index 4562463ca..e10427cc3 100644 --- a/aquadoggo_cli/Cargo.toml +++ b/aquadoggo_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aquadoggo_cli" -version = "0.7.4" +version = "0.8.0" authors = [ "adz ", "cafca ",