diff --git a/CHANGELOG.md b/CHANGELOG.md index bc97a55..e0e40d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.12.2] - 2024-09-04 +## [0.12.2] - 2024-09-11 ### Changed @@ -12,9 +12,11 @@ All notable changes to this project will be documented in this file. - Cancel a group of jobs - Add jobs to a batch - Close a batch - - + ## [0.12.1] - 2024-09-11 +### Added + - Introduce EMU_FRESNEL device type ## [0.12.0] - 2024-09-03 diff --git a/pasqal_cloud/_version.py b/pasqal_cloud/_version.py index 1447bfd..28eaf00 100644 --- a/pasqal_cloud/_version.py +++ b/pasqal_cloud/_version.py @@ -13,4 +13,4 @@ # limitations under the License. -__version__ = "0.12.1" +__version__ = "0.12.2"