diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcb71f7..83cf3646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.0.0.post3 (2021-01-12) + +### Testing and Release Infrastructure + + * Enable Codecov + ## v1.0.0.post2 (2020-12-30) ### Testing and Release Infrastructure diff --git a/src/braket/pennylane_plugin/_version.py b/src/braket/pennylane_plugin/_version.py index 3190b0c7..67cddff6 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.1.dev0" +__version__ = "1.0.0.post3"