New features
* Added support for the new `qml.Projector` observable in
PennyLane v0.16 to the Cirq devices.
[(62)](https://github.com/PennyLaneAI/pennylane-cirq/pull/62)
Breaking changes
* Deprecated Python 3.6.
[(65)](https://github.com/PennyLaneAI/pennylane-cirq/pull/65)
Bug fixes
* Fix data type bug for mixed simulator when using `QubitStateVector`.
[(63)](https://github.com/PennyLaneAI/pennylane-cirq/pull/63)
* Fixed issue when using a subset of wires with `BasisState`.
[(61)](https://github.com/PennyLaneAI/pennylane-cirq/pull/61)
Contributors
This release contains contributions from (in alphabetical order):
Theodor Isacsson, Romain Moyard, Vincent Wong
---