From 13d400a03a55b1ba032591c63aa7893cdf13f1b4 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Wed, 16 Mar 2022 13:50:34 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c1e74..4cb912f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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). +## [2.3.0] - 2022-03-16 + +### Changed + +- self-hosted the Roboto font due to privacy concerns when using Google Fonts + ## [2.2.2] - 2022-02-12 ### Changed @@ -126,7 +132,8 @@ Initial release of the site - Add main code for the site -[Unreleased]: https://codeberg.org/kytta/toot/compare/v2.2.2...HEAD +[Unreleased]: https://codeberg.org/kytta/toot/compare/v2.3.0...HEAD +[2.3.0]: https://codeberg.org/kytta/toot/compare/v2.2.2...v2.3.0 [2.2.2]: https://codeberg.org/kytta/toot/compare/v2.2.1...v2.2.2 [2.2.1]: https://codeberg.org/kytta/toot/compare/v2.2.0...v2.2.1 [2.2.0]: https://codeberg.org/kytta/toot/compare/v2.1.0...v2.2.0