diff --git a/.changes/client-subscribe.md b/.changes/client-subscribe.md deleted file mode 100644 index b673088..0000000 --- a/.changes/client-subscribe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"oblivion": patch:feat ---- - -Support listen and subscribe in Oblivion client. diff --git a/crates/oblivion/CHANGELOG.md b/crates/oblivion/CHANGELOG.md new file mode 100644 index 0000000..9af388c --- /dev/null +++ b/crates/oblivion/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## \[2.2.1] + +### New Features + +- [`fb42aaf`](https://github.com/noctisynth/oblivion-rust/commit/fb42aafcd5ae40393b0eca2a454157314f4d30c0) ([#77](https://github.com/noctisynth/oblivion-rust/pull/77) by [@fu050409](https://github.com/noctisynth/oblivion-rust/../../fu050409)) Support listen and subscribe in Oblivion client. diff --git a/crates/oblivion/Cargo.toml b/crates/oblivion/Cargo.toml index fcb8231..6f29bc3 100644 --- a/crates/oblivion/Cargo.toml +++ b/crates/oblivion/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oblivion" -version = "2.2.0" +version = "2.2.1" authors = ["苏向夜 "] description = "A fast, lightweight, and secure end-to-end encryption protocol based on ECDHE" license = "AGPL-3.0"