diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9dc810..a6908633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v1.29.0 (2024-09-09) + +### Features + + * Support `SProd` and `CompositeOp` for expval + +### Documentation Changes + + * Fix typo in qml.var usage + ## v1.28.0 (2024-07-01) ### Features diff --git a/src/braket/pennylane_plugin/_version.py b/src/braket/pennylane_plugin/_version.py index 769e4c9e..3af4f21d 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.28.1.dev0" +__version__ = "1.29.0"