diff --git a/CHANGELOG.md b/CHANGELOG.md index f75ec7e2..9dae32c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,13 @@ py-ipfs-http-client 0.X.X (XX.XX.20XX) * (None yet) +py-ipfs-http-client 0.7.0 (15.03.2021) +-------------------------------------- + + * No changes compared to 0.7.0a1 – breaking changes delayed to the unknown future + -py-ipfs-http-client 0.7.0b1 (14.10.2020) +py-ipfs-http-client 0.7.0a1 (14.10.2020) -------------------------------------- * Added support for optional arguments of the `.dag.*` APIs (by João Meyer) diff --git a/ipfshttpclient/version.py b/ipfshttpclient/version.py index 5424e7f2..7fbeda39 100644 --- a/ipfshttpclient/version.py +++ b/ipfshttpclient/version.py @@ -8,4 +8,4 @@ # `0.4.1` and so on. When IPFS `0.5.0` is released, the first client version # to support it will also be released as `0.5.0`. -__version__ = "0.7.0a1" +__version__ = "0.7.0"