From a5994328efc6aafc090e88e7debbe571310b8228 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 16 Jul 2022 14:15:03 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 11 +++++++++++ backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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"