From 80b29dfe1b46c98bfe19f339eb50b39507562e29 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Mon, 14 Feb 2022 18:34:54 +0100
Subject: [PATCH] [doc] Add v1.1.0 changelog

---
 CHANGELOG.md | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8917fe..365c137 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,26 @@
+## [v1.1.0](https://git.duniter.org/clients/python/duniterpy/-/milestones/18) (14th February 2022)
+
+### Project
+- #179, !172: Drop Python v3.6 support
+- #188, !168: Introduce Python 3.10 support
+- #145, !171: Bump copyright to 2022
+
+### Code
+- #187, !167: Implement `__eq__` and `__hash__` `Documents` methods
+- #146, !166: Use `f-string`
+
+### Dev Env/CI
+- #90, #103, !113: Pytest introduction, coverage report and badge generations
+- #165, !170: Stop using the Makefile in the CI and tools installed from Poetry dev dependencies in favor of pre-commit
+- #186, !164: Introduce `pyupgrade` pre-commit hook
+- !163: pylint: Remove `R0401` and `R0904` disables
+- !169: Bump pre-commit hooks version, Handle new Pylint rules
+- #182, !170: Bump Sphinx to v4
+
+---
+
+- Thanks @Moul, @vtexier
+
 ## [v1.0.0](https://git.duniter.org/clients/python/duniterpy/-/milestones/12) (21st August 2021)
 **See below the main changes for the v1.0**
 
-- 
GitLab