From 62861a950694ff3a21fc15c4c2c2148253042022 Mon Sep 17 00:00:00 2001
From: Patrick Seal <code@plasticrake.com>
Date: Wed, 8 Nov 2023 20:03:30 -0800
Subject: [PATCH] chore(release): 5.0.0

---
 CHANGELOG.md      | 17 ++++++++++++++++-
 package-lock.json |  4 ++--
 package.json      |  2 +-
 3 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0052e6..f599f87 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
 # Changelog
 
-All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
+
+## [5.0.0](https://github.com/plasticrake/tplink-smarthome-simulator/compare/v4.0.0...v5.0.0) (2023-11-09)
+
+
+### ⚠ BREAKING CHANGES
+
+* **UdpServer:** Changed from an object to a class instance that may
+break consuming code in some edge cases.
+* Requires minimum node version v16
+
+### Features
+
+* Drop support for node < v16 ([#39](https://github.com/plasticrake/tplink-smarthome-simulator/issues/39)) ([c1f1bd9](https://github.com/plasticrake/tplink-smarthome-simulator/commit/c1f1bd93dedb36eb36a0ac220b5239a487620a78))
+* improve debug output ([69920e0](https://github.com/plasticrake/tplink-smarthome-simulator/commit/69920e050b36ebb318b46a759ec4801029496716))
+* **UdpServer:** UdpServer export was changed to a class instance ([#40](https://github.com/plasticrake/tplink-smarthome-simulator/issues/40)) ([ecc96d0](https://github.com/plasticrake/tplink-smarthome-simulator/commit/ecc96d02d9ae03e8a0b5762e2e5bc169c8045f61))
 
 ## [4.0.0](https://github.com/plasticrake/tplink-smarthome-simulator/compare/v3.1.0...v4.0.0) (2022-07-11)
 
diff --git a/package-lock.json b/package-lock.json
index 91bd384..ce68490 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "tplink-smarthome-simulator",
-  "version": "4.0.0",
+  "version": "5.0.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "tplink-smarthome-simulator",
-      "version": "4.0.0",
+      "version": "5.0.0",
       "license": "MIT",
       "dependencies": {
         "debug": "^4.3.4",
diff --git a/package.json b/package.json
index ea24848..ba9e30b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tplink-smarthome-simulator",
-  "version": "4.0.0",
+  "version": "5.0.0",
   "description": "TP-Link Smarthome Device Simulator",
   "keywords": [
     "tplink",