diff --git a/.changes/organization.md b/.changes/organization.md deleted file mode 100644 index a920882..0000000 --- a/.changes/organization.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"algohub-server": patch:feat ---- - -Support remove, create, and update organizations and add members to organizations. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a5f07..68a274c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.1.18] + +### New Features + +- [`5fd4555`](https://github.com/swpu-acm/online-judge/commit/5fd455543586e905819a9f250445c79daab3985f) ([#71](https://github.com/swpu-acm/online-judge/pull/71) by [@K0nnyaku](https://github.com/swpu-acm/online-judge/../../K0nnyaku)) Support remove, create, and update organizations and add members to organizations. + ## \[0.1.17] ### New Features diff --git a/Cargo.toml b/Cargo.toml index e0ba7b1..c770c0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub-server" -version = "0.1.17" +version = "0.1.18" edition = "2021" description = "Extremely fast async online judge backend based on Rust" readme = "README.md"