diff --git a/CHANGELOG.md b/CHANGELOG.md index 1398495b..69be45bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.5.2 (2020-12-02) + +### Bug Fixes and Other Changes + + * Unwrap `tensor`s into a NumPy `array`s in `apply()` + ## v0.5.1.post0 (2020-12-01) ### Documentation Changes diff --git a/src/braket/pennylane_plugin/_version.py b/src/braket/pennylane_plugin/_version.py index d30a7272..5e768a5a 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__ = "0.5.2.dev0" +__version__ = "0.5.2"