diff --git a/ChangeLog.md b/ChangeLog.md index dae683f..5809530 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # Braindrop ChangeLog -## Unreleased +## v0.7.0 -**Released: WiP** +**Released: 2025-01-27** - Tag suggestions displayed below the tag input field in the raindrop editing dialog now style locally-known tags differently from suggestions diff --git a/pyproject.toml b/pyproject.toml index d8d6959..7727660 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "braindrop" -version = "0.6.1" +version = "0.7.0" description = "A terminal-based client for raindrop.io." authors = [ { name = "Dave Pearson", email = "davep@davep.org" }