From 28bf6788eb42cff71fa83204263d33b2c544cf3b Mon Sep 17 00:00:00 2001 From: Nia Calia-Bogan Date: Wed, 17 Nov 2021 17:24:43 -0500 Subject: [PATCH] update version and changelog --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5abba7..ee0325d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ version 0.6.4 and earlier may not be entirely accurate or complete. A best effor has been made to fill in the gaps. If you find an issue anywhere in this changelog, please submit a pull request fixing it. +## Unreleased + +## 0.8.0 - November 17th, 2021 +- Replaced all usernames with user IDs. ([#130]) +- Updated Hasura to v2.0.10 + ## 0.7.3 - November 3rd, 2021 - Changes to the config file: - Now only a single RCOS Discord server ID is accepted instead of a list of IDs. @@ -124,6 +130,7 @@ please submit a pull request fixing it. [#114]: https://github.com/rcos/Telescope/issues/114 [#115]: https://github.com/rcos/Telescope/issues/115 [#116]: https://github.com/rcos/Telescope/issues/116 +[#130]: https://github.com/rcos/Telescope/issues/130 [#142]: https://github.com/rcos/Telescope/issues/142 [#151]: https://github.com/rcos/Telescope/issues/151 [#176]: https://github.com/rcos/Telescope/pull/176 diff --git a/Cargo.lock b/Cargo.lock index 998f769b..807a7c95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2771,7 +2771,7 @@ dependencies = [ [[package]] name = "telescope" -version = "0.8.0-dev" +version = "0.8.0" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 424eb34b..4b4cf2e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telescope" -version = "0.8.0-dev" +version = "0.8.0" authors = ["Antonia \"Nia\" Calia-Bogan "] description = "The RCOS webapp" edition = "2021"