From 4b100af42b4aa19abfba5bc3f8e95fbbd62e243c Mon Sep 17 00:00:00 2001 From: Nia Calia-Bogan Date: Wed, 29 Dec 2021 19:25:51 -0500 Subject: [PATCH] Update version and changelog for release --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7fdf15..71d5b8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ please submit a pull request fixing it. ## Unreleased +## 0.8.4 - December 29th, 2021 +- Disabled signup using anything except Discord. ([#217]) +- Added descriptions OGP tag. ([#216]) + ## 0.8.3 - December 22nd, 2021 - Updated minimum rust version to 1.57.0. - Added [Open Graph Protocol](https://ogp.me/) meta tags to site. ([#205]) @@ -159,3 +163,5 @@ please submit a pull request fixing it. [#189]: https://github.com/rcos/Telescope/pull/189 [#204]: https://github.com/rcos/Telescope/pull/204 [#205]: https://github.com/rcos/Telescope/pull/205 +[#216]: https://github.com/rcos/Telescope/pull/216 +[#217]: https://github.com/rcos/Telescope/pull/217 diff --git a/Cargo.lock b/Cargo.lock index 0feefa8e..865ba23b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2761,7 +2761,7 @@ dependencies = [ [[package]] name = "telescope" -version = "0.8.4-dev" +version = "0.8.4" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index b8a5bc2d..58b535b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telescope" -version = "0.8.4-dev" +version = "0.8.4" authors = ["Antonia \"Nia\" Calia-Bogan "] description = "The RCOS webapp" edition = "2021"