diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec58c2f..e9b75ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.17.4 (2023-07-17) + +### Bug Fixes and Other Changes + + * Fix compatibility with the new Projector class + ## v1.17.3 (2023-07-13) ### Bug Fixes and Other Changes diff --git a/src/braket/pennylane_plugin/_version.py b/src/braket/pennylane_plugin/_version.py index a3597de7..d2d56b16 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.17.4.dev0" +__version__ = "1.17.4"