diff --git a/CHANGELOG.md b/CHANGELOG.md index 20763a0..19d6990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [0.12.1] - 2024-09-11 + +- Introduce EMU_FRESNEL device type + ## [0.12.0] - 2024-09-03 ### Breaking change diff --git a/pasqal_cloud/_version.py b/pasqal_cloud/_version.py index 3ec5634..1447bfd 100644 --- a/pasqal_cloud/_version.py +++ b/pasqal_cloud/_version.py @@ -13,4 +13,4 @@ # limitations under the License. -__version__ = "0.12.0" +__version__ = "0.12.1"