From e03323c04c13e7dfb58473935c89bd3d9a9fb642 Mon Sep 17 00:00:00 2001 From: Javier Arias Date: Tue, 8 Feb 2022 10:24:37 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fac43a40..2bcbf8e59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [[0.7.2]](https://github.com/thoth-pub/thoth/releases/tag/v0.7.2) - 2022-02-08 +### Changed + - [#339](https://github.com/thoth-pub/thoth/pull/339) - Update publication types to include AZW3, DOCX and FictionBook + - [#331](https://github.com/thoth-pub/thoth/pull/331) - Update series model to include description and CFP URL + - Allow triggering docker action manually + +### Added + - Add code of conduct and support document to repository + ## [[0.7.1]](https://github.com/thoth-pub/thoth/releases/tag/v0.7.1) - 2022-01-24 ### Changed - Removed redundant `to_string` calls to comply with [`rustc 1.58.0`](https://github.com/rust-lang/rust/releases/tag/1.58.0)