diff --git a/CHANGELOG.md b/CHANGELOG.md index 6850b37..cffe84f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Release 1 +## [0.17.2] - 2024-11-25 + +### Added +- Added support for SDK 2.1.0 and Pico 2 W + +### Fixed +- Keep extension recommendations when importing project (#121) + ## [0.17.1] - 2024-11-07 ### Fixed diff --git a/package.json b/package.json index 0f3744a..2e87ca9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "raspberry-pi-pico", "displayName": "Raspberry Pi Pico", "description": "The official VS Code extension for Raspberry Pi Pico development. It includes several features to simplify project creation and deployment. (Single folder workspaces only)", - "version": "0.17.1", + "version": "0.17.2", "author": "paulober", "publisher": "raspberry-pi", "icon": "./images/extension-icon.png",