diff --git a/CHANGELOG.md b/CHANGELOG.md index 0792b311fb..404e6a3853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,20 @@ Changelog](http://keepachangelog.com/en/1.0.0/). > - **Fixed**: for any bug fixes. > - **Security**: in case of vulnerabilities. -[UNRELEASED](https://github.com/Qiskit/qiskit-aqua/compare/0.7.2...HEAD) +[UNRELEASED](https://github.com/Qiskit/qiskit-aqua/compare/0.7.3...HEAD) ======================================================================== +[0.7.3](https://github.com/Qiskit/qiskit-aqua/compare/0.7.2...0.7.3) - 2020-06-18 +================================================================================= + +Fixed +----- + +- CircuitOp uses QuantumCircuit.compose, not .combine (#1048) +- MatrixOp.to_instruction updated to return an Instruction (#1049) +- Fix hash function of PauliOp class (#1052) +- Make cvxpy an optional dependency (#1055) + [0.7.2](https://github.com/Qiskit/qiskit-aqua/compare/0.7.1...0.7.2) - 2020-06-15 ================================================================================= diff --git a/qiskit/aqua/VERSION.txt b/qiskit/aqua/VERSION.txt index 7486fdbc50..f38fc5393f 100644 --- a/qiskit/aqua/VERSION.txt +++ b/qiskit/aqua/VERSION.txt @@ -1 +1 @@ -0.7.2 +0.7.3