diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5ce7d9c5..c48431d1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.1.1 [12th November 2024] + +### Fixed + +- Fix collection browser message not being visible when it's empty. + +### Changed + +- Improved message in empty collection browser, indicating keybind for how to toggle the collection browser. + ## 2.1.0 [11th November 2024] ### Added diff --git a/pyproject.toml b/pyproject.toml index 4e0065f1..08a25f67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "posting" -version = "2.1.0" +version = "2.1.1" description = "The modern API client that lives in your terminal." authors = [ { name = "Darren Burns", email = "darrenb900@gmail.com" }