diff --git a/CHANGELOG.md b/CHANGELOG.md index a4cce94..2a4a862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Release 0.37.0-dev + +### New features since last release + +### Improvements 🛠 + +### Breaking changes 💔 + +### Deprecations 👋 + +### Documentation 📝 + +### Bug fixes 🐛 + +### Contributors ✍️ + +This release contains contributions from (in alphabetical order): + +--- # Release 0.36.0 ### New features since last release diff --git a/pennylane_ionq/_version.py b/pennylane_ionq/_version.py index c7c401c..649c3c9 100644 --- a/pennylane_ionq/_version.py +++ b/pennylane_ionq/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.36.0.post0" +__version__ = "0.37.0-dev"