diff --git a/CHANGELOG.md b/CHANGELOG.md index 90484ec..6b6adce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [1.4.0] - 2022-01-16 + +### Added + +- Support for multiple languages + ## [1.3.3] - 2022-01-03 ### Fixed diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 604754c..397853d 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -515,7 +515,7 @@ dependencies = [ [[package]] name = "cryptgeon" -version = "1.3.3" +version = "1.4.0" dependencies = [ "actix-files", "actix-web", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 58259e7..3bc819d 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptgeon" -version = "1.3.3" +version = "1.4.0" authors = ["cupcakearmy "] edition = "2021"