From 38bc2ee37729652a47f65ca1a2e93f36662354f5 Mon Sep 17 00:00:00 2001 From: dandibot Date: Tue, 28 Jul 2026 01:20:24 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbbca3e63..2c893f83e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 0.76.8 (Tue Jul 28 2026) + +#### ๐Ÿ“ Documentation + +- Document validation caveats of the `get_metadata` methods [#1892](https://github.com/dandi/dandi-cli/pull/1892) ([@candleindark](https://github.com/candleindark)) + +#### ๐Ÿงช Tests + +- Build expected metadata with the server's DANDI schema version [#1894](https://github.com/dandi/dandi-cli/pull/1894) ([@candleindark](https://github.com/candleindark)) + +#### Authors: 1 + +- Isaac To ([@candleindark](https://github.com/candleindark)) + +--- + # 0.76.7 (Fri Jul 10 2026) #### ๐Ÿ› Bug Fix