diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b3cacc2..9d93ec59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.0.0.post0 (2020-12-09) + +### Testing and Release Infrastructure + + * Auto-publish to PyPi + ## v1.0.0 (2020-12-07) ### Breaking Changes diff --git a/src/braket/pennylane_plugin/_version.py b/src/braket/pennylane_plugin/_version.py index 3190b0c7..fc556ace 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.post0"