From c1a6621f965e1c87903defdbbc8970657816b5e8 Mon Sep 17 00:00:00 2001 From: Matthew W Date: Thu, 17 Oct 2024 15:56:04 +1100 Subject: [PATCH] docs: add node version support change to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de8e687..b6e0301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fixed default state type when creating sessions and channels with `createSession` and `createChannel` being set to `unknown` instead of `DefaultSessionState` and `DefaultChannelState`, respectively. +### Removed + +* Dropped support for Node 17 and below. + ## 0.13.0 - 2024-08-23 ### Added