diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,13 @@
 # Changelog
 
+## 0.6.1 - 2025-01-25:
+
+* chore: Relax brick upper bound to work with newer Stackage snapshot
+
 ## 0.6.0 - 2025-01-11:
 
 * feat: Show signatures of store paths (thanks @caspervk, PR: [#107])
-* fix: Fix default nix-tree invocation not working when one of the default directories is not a store path (thanks @sg-qwt, @GrigorenkoPV, issue #[106], pr #[109], #[110])
+* fix: Fix default nix-tree invocation not working when one of the default directories is not a store path (thanks @sg-qwt, @GrigorenkoPV, issue [#106], pr [#109], [#110])
 
 [#107]: https://github.com/utdemir/nix-tree/pull/107
 [#106]: https://github.com/utdemir/nix-tree/issues/106
diff --git a/nix-tree.cabal b/nix-tree.cabal
--- a/nix-tree.cabal
+++ b/nix-tree.cabal
@@ -3,7 +3,7 @@
 name:                nix-tree
 synopsis:            Interactively browse a Nix store paths dependencies
 description:         A terminal curses application to browse a Nix store paths dependencies
-version:             0.6.0
+version:             0.6.1
 homepage:            https://github.com/utdemir/nix-tree
 license:             BSD-3-Clause
 license-file:        LICENSE
@@ -48,7 +48,7 @@
   build-depends:      base
                     , relude
                     , aeson
-                    , brick >= 2.1 && < 2.4
+                    , brick >= 2.1
                     , bytestring
                     , containers
                     , clock
