From ae1850ae0920250e8f6cda9a7abfd7cf846bb292 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Fri, 23 Mar 2018 10:49:54 -0700 Subject: [PATCH] Update changelog, bump version --- CHANGELOG.md | 11 +++++++++++ matterhorn.cabal | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a2538ef..44b04d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ +40800.0.1 +========= + +Bug fixes: + * User list overlays shown by `/msg`, `/add-user`, and `/members` + restrict results to the current team only. + * Message posts, channel view events, and channel metadata update + events destined for other teams are now properly ignored by + Matterhorn if the team for those events doesn't match the current + session's team. + 40800.0.0 ========= diff --git a/matterhorn.cabal b/matterhorn.cabal index d417ee0e..0e776ce5 100644 --- a/matterhorn.cabal +++ b/matterhorn.cabal @@ -1,5 +1,5 @@ name: matterhorn -version: 40800.0.0 +version: 40800.0.1 synopsis: Terminal client for the Mattermost chat system description: This is a terminal client for the Mattermost chat system. Please see the README for a list of