diff --git a/CHANGELOG.md b/CHANGELOG.md index 4299b44..e6f797f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Release 0.42.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.41.0 ### Internal changes ⚙️ diff --git a/pennylane_cirq/_version.py b/pennylane_cirq/_version.py index 1c7ae7b..cecf6a8 100644 --- a/pennylane_cirq/_version.py +++ b/pennylane_cirq/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.41.0" +__version__ = "0.42.0-dev"