From 9c9e27e0d2932791ada9da0575f0c9e12dda4dd8 Mon Sep 17 00:00:00 2001 From: ci Date: Mon, 1 Jul 2024 16:12:19 +0000 Subject: [PATCH] prepare release v1.28.0 --- CHANGELOG.md | 6 ++++++ src/braket/pennylane_plugin/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc21446..3a9dc810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.28.0 (2024-07-01) + +### Features + + * Support `batch_execute` for `BraketLocalQubitDevice` + ## v1.27.6 (2024-06-18) ### Bug Fixes and Other Changes diff --git a/src/braket/pennylane_plugin/_version.py b/src/braket/pennylane_plugin/_version.py index db9f8412..ef0a0721 100644 --- a/src/braket/pennylane_plugin/_version.py +++ b/src/braket/pennylane_plugin/_version.py @@ -15,4 +15,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "1.27.7.dev0" +__version__ = "1.28.0"