diff --git a/Changelog.md b/Changelog.md index ea1b65b12..16e522b2a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,12 @@ This project does _not_ adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) but contrary to it every new version is a new major version. +## 187.0.0 - 2024-10-04 + +### Fixed + +- Auto connecting from CLI for device that has persisted data. + ## 186.0.0 - 2024-10-03 ### Changed diff --git a/package.json b/package.json index 11e2de621..3d4705e79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nordicsemiconductor/pc-nrfconnect-shared", - "version": "186.0.0", + "version": "187.0.0", "description": "Shared commodities for developing pc-nrfconnect-* packages", "repository": { "type": "git",