diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f2ebe..83b6e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,4 @@ -# Release 0.32.0-dev - -### New features since last release +# Release 0.32.0 ### Improvements 🛠 @@ -12,12 +10,6 @@ * Support for Python 3.8 has been removed, and support for Python 3.11 has been added. [(#40)](https://github.com/PennyLaneAI/pennylane-orquestra/pull/40) -### Deprecations 👋 - -### Documentation 📝 - -### Bug fixes 🐛 - ### Contributors ✍️ This release contains contributions from (in alphabetical order): diff --git a/pennylane_orquestra/_version.py b/pennylane_orquestra/_version.py index b967044..8b89000 100644 --- a/pennylane_orquestra/_version.py +++ b/pennylane_orquestra/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.28.0" +__version__ = "0.32.0"