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