Bug fixes 🐛
* Remove deprecated `qml.operation.Tensor` from codebase in favour of `qml.prod`.
[(197)](https://github.com/PennyLaneAI/pennylane-cirq/pull/197)
* Fix deprecated import path for `QubitDevice`.
[(194)](https://github.com/PennyLaneAI/pennylane-cirq/pull/194)
[(195)](https://github.com/PennyLaneAI/pennylane-cirq/pull/195)
Breaking changes 💔
* Removed support for Python 3.9
[(200)](https://github.com/PennyLaneAI/pennylane-cirq/pull/200)
* Upgrade minimum supported version of PennyLane to 0.38.0.
[(201)](https://github.com/PennyLaneAI/pennylane-cirq/pull/201)
Contributors ✍️
This release contains contributions from (in alphabetical order):
Astral Cai,
Mudit Pandey,
Alex Preciado
---