From e7750699ccc8d54590ecd02546c21b52266de31b Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 14 Jan 2023 18:40:45 +0100 Subject: [PATCH] chose: changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6c4b4..e2813e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +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.2.0] - 2023-01-13 +## [2.2.0] - 2023-01-14 ### Changed - Default port is now 8000, not 5000. - Moved to generic encryption library `occulto`. +### Fixed + +- Bad chinese language code. + ### Security - Updated dependencies.