diff --git a/CHANGELOG.md b/CHANGELOG.md index b7359c8..6c84985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Well, at least this is the intention. ## [Unreleased] + +## [0.4.0] - 2021-03-16 ### Added * `--timeout` parameter + * Support for go-ipfs v0.7.x ## [0.3.3] - 2020-07-28 ### Added diff --git a/ipfs_api_mount/version.py b/ipfs_api_mount/version.py index 80eb7f9..abeeedb 100644 --- a/ipfs_api_mount/version.py +++ b/ipfs_api_mount/version.py @@ -1 +1 @@ -__version__ = '0.3.3' +__version__ = '0.4.0'