diff --git a/ChangeLog.md b/ChangeLog.md index 502c791..5367e2b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # Braindrop ChangeLog -## Unreleased +## v0.6.0 -**Released: WiP** +**Released: 2025-01-14** - Fixed the count of collections within a group when there is a hierarchy of collections in that group. diff --git a/pyproject.toml b/pyproject.toml index c442daa..973eae9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "braindrop" -version = "0.5.0" +version = "0.6.0" description = "A terminal-based client for raindrop.io." authors = [ { name = "Dave Pearson", email = "davep@davep.org" }