diff --git a/CHANGELOG.md b/CHANGELOG.md index 116b401..fcb2704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Brick changelog --------------- +0.71.1 +------ + +Bug fixes: + * Fixed an issue where `tests/Render.hs` did not gracefully exit in the + presence of an unknown terminal. + 0.71 ---- diff --git a/brick.cabal b/brick.cabal index e7c25f2..62676fb 100644 --- a/brick.cabal +++ b/brick.cabal @@ -1,5 +1,5 @@ name: brick -version: 0.71 +version: 0.71.1 synopsis: A declarative terminal user interface library description: Write terminal user interfaces (TUIs) painlessly with 'brick'! You