summaryrefslogtreecommitdiffstats
path: root/vendor/gomod.garykim.dev/nc-talk/CHANGELOG.md
diff options
context:
space:
mode:
authorGary Kim <gary@garykim.dev>2020-10-01 16:59:35 -0400
committerGitHub <noreply@github.com>2020-10-01 22:59:35 +0200
commit219a5453f9edaa87aa7aa4b9d5f9c3de9c75b38f (patch)
tree113553069c5577b4dd96e26b467f4d69a2df6884 /vendor/gomod.garykim.dev/nc-talk/CHANGELOG.md
parent214a6a13861b9fd495797386f36507373728e577 (diff)
downloadmatterbridge-msglm-219a5453f9edaa87aa7aa4b9d5f9c3de9c75b38f.tar.gz
matterbridge-msglm-219a5453f9edaa87aa7aa4b9d5f9c3de9c75b38f.tar.bz2
matterbridge-msglm-219a5453f9edaa87aa7aa4b9d5f9c3de9c75b38f.zip
Append a suffix if user is a guest user (nctalk) (#1250)
Signed-off-by: Gary Kim <gary@garykim.dev>
Diffstat (limited to 'vendor/gomod.garykim.dev/nc-talk/CHANGELOG.md')
-rw-r--r--vendor/gomod.garykim.dev/nc-talk/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/gomod.garykim.dev/nc-talk/CHANGELOG.md b/vendor/gomod.garykim.dev/nc-talk/CHANGELOG.md
index 987b0e19..b30e1f11 100644
--- a/vendor/gomod.garykim.dev/nc-talk/CHANGELOG.md
+++ b/vendor/gomod.garykim.dev/nc-talk/CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [v0.1.4](https://github.com/gary-kim/go-nc-talk/tree/v0.1.4) - 2020-09-22
+
+[Full Changelog](https://github.com/gary-kim/go-nc-talk/compare/v0.1.3...v0.1.4)
+
+### Fixed
+
+- Add ActorType for message data [\#18](https://github.com/gary-kim/go-nc-talk/pull/18) ([@gary-kim](https://github.com/gary-kim))
+
## [v0.1.3](https://github.com/gary-kim/go-nc-talk/tree/v0.1.3) - 2020-09-03
[Full Changelog](https://github.com/gary-kim/go-nc-talk/compare/v0.1.2...v0.1.3)