diff --git a/CHANGELOG.md b/CHANGELOG.md index 747303a..166e21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.0] - 2022-07-16 + +### Added + +- Theming for logo and description text + +### Changed + +- Moved to redis +- New html sanitizing library + ## [2.0.0-rc.0] - 2022-07-15 ### Added diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 65bd828..fc50778 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -424,7 +424,7 @@ dependencies = [ [[package]] name = "cryptgeon" -version = "2.0.0-rc.1" +version = "2.0.0" dependencies = [ "actix-files", "actix-web", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 0d82db3..73bf04f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptgeon" -version = "2.0.0-rc.1" +version = "2.0.0" authors = ["cupcakearmy "] edition = "2021"