From e1b1c648b6b335a76738ec686aa9c28d9c562218 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 25 Mar 2025 14:11:25 +0100
Subject: [PATCH] Add v1.2.1 changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4917fd2..dbffdd7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## [v1.2.1](https://git.duniter.org/clients/python/duniterpy/-/milestones/22) (2Xth March 2025)
+
+### Python versions
+
+- #208, !198: Add support for Python v3.13
+  - !199: Fix `API.request_url()` with Py3.13
+- #199, !198: Drop Python v3.8 support
+
+### DevEnv
+
+- #215, !202: Migrate to Poetry v2
+
+### Project
+
+- #205, !201: Update copyright to 2025
+
 ## [v1.2.0](https://git.duniter.org/clients/python/duniterpy/-/milestones/20) (31st January 2024)
 
 ### Code
-- 
GitLab