From 028cacd0dad785949adc5f35d28659d872a164e2 Mon Sep 17 00:00:00 2001 From: andrijapau Date: Fri, 1 Nov 2024 17:42:41 -0400 Subject: [PATCH] add me to contributors --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca3116..82d2068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Release 0.39.0 +### Breaking changes 💔 + +* Drops Python 3.9 support. + [(#70)](https://github.com/PennyLaneAI/pennylane-aqt/pull/70) + ### Bug fixes 🐛 * Fix deprecated import path for `QubitDevice`. @@ -9,6 +14,7 @@ This release contains contributions from (in alphabetical order): +Andrija Paurevic Astral Cai --- @@ -16,9 +22,6 @@ Astral Cai ### Breaking changes 💔 -* Drops Python 3.9 support. - [(#70)](https://github.com/PennyLaneAI/pennylane-aqt/pull/70) - * Drops Python 3.8 support. [(#51)](https://github.com/PennyLaneAI/pennylane-aqt/pull/51)