From 0a9c227fa9bdbbf97f2f0bc1c42f9ca2e421ceab Mon Sep 17 00:00:00 2001 From: Manoel Marques Date: Wed, 24 Jul 2019 15:53:28 -0400 Subject: [PATCH] Release 0.5.4 --- CHANGELOG.rst | 11 ++++++++++- qiskit/aqua/VERSION.txt | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 10f0bdb984..560fc89127 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,14 @@ The format is based on `Keep a Changelog`_. `UNRELEASED`_ ============= +`0.5.4`_ - 2019-07-24 +===================== + +Fixed +----- + +- Fix the bug about manipulating the right operand and rebuild diagonal matrix every time. (#622) + `0.5.3`_ - 2019-07-16 ===================== @@ -277,7 +285,8 @@ Changed - Updated qiskit minimum version in setup.py. - Fixed links in readme.me. -.. _UNRELEASED: https://github.com/Qiskit/qiskit-aqua/compare/0.5.3...HEAD +.. _UNRELEASED: https://github.com/Qiskit/qiskit-aqua/compare/0.5.4...HEAD +.. _0.5.4: https://github.com/Qiskit/qiskit-aqua/compare/0.5.3...0.5.4 .. _0.5.3: https://github.com/Qiskit/qiskit-aqua/compare/0.5.2...0.5.3 .. _0.5.2: https://github.com/Qiskit/qiskit-aqua/compare/0.5.1...0.5.2 .. _0.5.1: https://github.com/Qiskit/qiskit-aqua/compare/0.5.0...0.5.1 diff --git a/qiskit/aqua/VERSION.txt b/qiskit/aqua/VERSION.txt index be14282b7f..7d8568351b 100644 --- a/qiskit/aqua/VERSION.txt +++ b/qiskit/aqua/VERSION.txt @@ -1 +1 @@ -0.5.3 +0.5.4