Skip to content

Commit

Permalink
Update changelog and version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Dec 23, 2021
1 parent 9c3dbe3 commit 0436b9d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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.3 - December 22nd, 2021
- Updated minimum rust version to 1.57.0.
- Added [Open Graph Protocol](https://ogp.me/) meta tags to site.
- Added [Open Graph Protocol](https://ogp.me/) meta tags to site. ([#205])
- Fixed critical security issues reported by [Chris Reed](https://github.com/cjreed121) (Thanks, Chris, for reporting these to me):
- XSS bug in the meeting description text box.
- Privilege escalation bug on the user settings page.
Expand Down Expand Up @@ -156,3 +156,4 @@ please submit a pull request fixing it.
[#188]: https://github.com/rcos/Telescope/issues/188
[#189]: https://github.com/rcos/Telescope/pull/189
[#204]: https://github.com/rcos/Telescope/pull/204
[#205]: https://github.com/rcos/Telescope/pull/205
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telescope"
version = "0.8.3-dev"
version = "0.8.3"
authors = ["Antonia \"Nia\" Calia-Bogan <[email protected]>"]
description = "The RCOS webapp"
edition = "2021"
Expand Down
1 change: 0 additions & 1 deletion src/web/services/user/profile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use chrono::{Datelike, Local};
use serenity::model::guild::Member;
use serenity::model::user::User;
use std::collections::HashMap;
use serde_json::Value;
use uuid::Uuid;

/// The path from the template directory to the profile template.
Expand Down

0 comments on commit 0436b9d

Please sign in to comment.