diff --git a/CHANGELOG.md b/CHANGELOG.md index 778fb95..85b9011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,16 @@ -# Release 0.33.0-dev - -### New features since last release - -### Improvements 🛠 +# Release 0.33.0 ### Breaking changes 💔 -### Deprecations 👋 - -### Documentation 📝 - -### Bug fixes 🐛 +* Pin the PennyLane version to <0.34 + [(#44)](https://github.com/PennyLaneAI/pennylane-orquestra/pull/44) ### Contributors ✍️ This release contains contributions from (in alphabetical order): +Matthew Silverman + --- # Release 0.32.0 diff --git a/pennylane_orquestra/_version.py b/pennylane_orquestra/_version.py index 06b9516..c93f992 100644 --- a/pennylane_orquestra/_version.py +++ b/pennylane_orquestra/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.33.0-dev" +__version__ = "0.33.0"