diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c4dd7..6850b37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Release 1 +## [0.17.1] - 2024-11-07 + +### Fixed +- Fixed tools download error when using a GitHub PAT (#117) + ## [0.17.0] - 2024-10-31 ### Added diff --git a/package.json b/package.json index 8128efe..0f3744a 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.0", + "version": "0.17.1", "author": "paulober", "publisher": "raspberry-pi", "icon": "./images/extension-icon.png",