diff --git a/CHANGELOG.md b/CHANGELOG.md index 30df8b2b..cd52de48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.1.0 (2021-02-10) + +### Features + + * Decompositions of XY and Ising gates + ## v1.0.2 (2021-02-02) ### Bug Fixes and Other Changes diff --git a/src/braket/pennylane_plugin/_version.py b/src/braket/pennylane_plugin/_version.py index f367aed7..cc0af6da 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.0.3.dev0" +__version__ = "1.1.0"