diff --git a/CHANGELOG.md b/CHANGELOG.md index a6908633..8fe6ec1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.30.0 (2024-09-11) + +### Features + + * Device-specific supported observables + ## v1.29.0 (2024-09-09) ### Features diff --git a/src/braket/pennylane_plugin/_version.py b/src/braket/pennylane_plugin/_version.py index bd47b22a..8b340b48 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.29.1.dev0" +__version__ = "1.30.0"