From 3b77a8a09dbe25bc0c7a6a6977b98da4f1db28fd Mon Sep 17 00:00:00 2001 From: Pascal Pickel Date: Tue, 13 Feb 2024 14:52:20 +0100 Subject: [PATCH] docs: update version and add changelog entry --- Changelog.md | 6 ++++++ package.json | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 4ef1a83..88e2aec 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +## 2.2.2 - UNRELEASED + +### Changed + +- Update nrfutil device to v2.1.1. + ## 2.2.1 - 2023-12-14 ## Added diff --git a/package.json b/package.json index 0e81231..95edbf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pc-nrfconnect-dtm", - "version": "2.2.1", + "version": "2.2.2", "displayName": "Direct Test Mode", "description": "RF PHY testing of Bluetooth Low Energy devices", "homepage": "https://github.com/NordicSemiconductor/pc-nrfconnect-dtm", @@ -11,12 +11,12 @@ "author": "Nordic Semiconductor ASA", "license": "SEE LICENSE IN LICENSE", "engines": { - "nrfconnect": ">=4.3.0" + "nrfconnect": ">=4.4.1" }, "nrfConnectForDesktop": { "nrfutil": { "device": [ - "2.0.3" + "2.1.1" ] }, "html": "dist/index.html"