From 3ce999f28e9fd5e20072a6a5e4382e95c9e465d4 Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Thu, 5 May 2022 09:54:33 -0500 Subject: [PATCH] add changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..4f8809d5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +## v1.4.4 + +ENHANCEMENTS: + +* client: increase level of plugin exit logs [[GH-195](https://github.com/hashicorp/go-plugin/pull/195)] + +BUG FIXES: + +* Bidirectional communication: fix bidirectional communication when AutoMTLS is enabled [[GH-193](https://github.com/hashicorp/go-plugin/pull/193)] +* RPC: Trim a spurious log message for plugins using RPC [[GH-186](https://github.com/hashicorp/go-plugin/pull/186)] + +