From 3d3c8f55a5241438d00e8abb1b58b790fd8aec95 Mon Sep 17 00:00:00 2001 From: pylipp Date: Mon, 10 Oct 2022 20:54:27 +0200 Subject: [PATCH] Update changelog for release --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2276967..92048a4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,9 +10,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Removed ### Deprecated -## [v1.x.y] - +## [v1.1.2] - 2022-10-10 ### Changed -- Update dependencies `rich` and `marshmallow`. (#124,#126) +- Update dependency `marshmallow`. (#124,#126) - Checks for dependency updates are run monthly instead of weekly. - Use `pyproject.toml` instead of `setup.cfg` for project configuration.