diff --git a/CHANGELOG.md b/CHANGELOG.md index f76253b63..04b4a393d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# 0.7.2 (Thu Nov 19 2020) + +#### 🐛 Bug Fix + +- Support h5py 3.0 [#275](https://github.com/dandi/dandi-cli/pull/275) ([@jwodder](https://github.com/jwodder)) +- Include item path in "Multiple files found for item" message [#271](https://github.com/dandi/dandi-cli/pull/271) ([@jwodder](https://github.com/jwodder)) +- Copy files with `cp --reflink=auto` where supported [#269](https://github.com/dandi/dandi-cli/pull/269) ([@jwodder](https://github.com/jwodder)) +- Make keyring lookup more flexible [#267](https://github.com/dandi/dandi-cli/pull/267) ([@jwodder](https://github.com/jwodder)) + +#### 🏠 Internal + +- Add healthchecks for the Postgres and minio Docker containers [#272](https://github.com/dandi/dandi-cli/pull/272) ([@jwodder](https://github.com/jwodder)) + +#### Authors: 1 + +- John T. Wodder II ([@jwodder](https://github.com/jwodder)) + +--- + # 0.7.1 (Thu Nov 05 2020) #### 🐛 Bug Fix