diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f30d69..87e72a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.24.3 (2024-02-20) + +### Bug Fixes and Other Changes + + * use the linter checks for code formatting + ## v1.24.2 (2024-01-29) ### Bug Fixes and Other Changes diff --git a/src/braket/pennylane_plugin/_version.py b/src/braket/pennylane_plugin/_version.py index 458dac34..f209b362 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.24.3.dev0" +__version__ = "1.24.3"