Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Bump version in preparation for new bugfix release (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelmarques authored Jun 18, 2020
1 parent 07d1029 commit 7dc2482
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=================================================================================

Expand Down
2 changes: 1 addition & 1 deletion qiskit/aqua/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.2
0.7.3

0 comments on commit 7dc2482

Please sign in to comment.