diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b39bdb..da3e2cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to the Databricks Notebook Studio extension will be document The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.10] - 2026-04-14 + +### Changed +- **Extension icon**: Updated to new Databricks icon + + ## [0.4.9] - 2026-04-14 ### Added diff --git a/assets/databricks-icon-latest.png b/assets/databricks-icon-latest.png new file mode 100644 index 0000000..fe26271 Binary files /dev/null and b/assets/databricks-icon-latest.png differ diff --git a/assets/databricks-icon.png b/assets/databricks-icon.png deleted file mode 100644 index 001fc82..0000000 Binary files a/assets/databricks-icon.png and /dev/null differ diff --git a/package-lock.json b/package-lock.json index b0e45f8..617429e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "databricks-notebook-studio", - "version": "0.4.8", + "version": "0.4.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "databricks-notebook-studio", - "version": "0.4.8", + "version": "0.4.10", "license": "MIT", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index 985ce17..9a3d6c2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "databricks-notebook-studio", "displayName": "Databricks Notebook Studio", "description": "Visualize Databricks .py notebooks with rich DataFrame display, interactive tables, column sorting/resizing, and multi-profile authentication", - "version": "0.4.9", + "version": "0.4.10", "license": "MIT", "type": "commonjs", "publisher": "Harryngdev", @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/QuangNguyen2609/Databricks-Notebook-Extension.git" }, - "icon": "assets/databricks-icon.png", + "icon": "assets/databricks-icon-latest.png", "engines": { "vscode": "^1.80.0" },