diff --git a/CHANGELOG.md b/CHANGELOG.md index 286a926..812832c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +## [1.0.8](https://github.com/opsmill/infrahub-vscode/tree/v1.0.8) - 2025-12-22 + +### Added + +- Added Schema Visualizer feature to view and explore Infrahub schema as an interactive graph with filtering, node details, and export capabilities. ([#55](https://github.com/opsmill/infrahub-vscode/issues/55)) + ## [1.0.7](https://github.com/opsmill/infrahub-vscode/tree/v1.0.7) - 2025-12-10 ### Fixed diff --git a/changelog/55.added.md b/changelog/55.added.md deleted file mode 100644 index 387ebd5..0000000 --- a/changelog/55.added.md +++ /dev/null @@ -1 +0,0 @@ -Added Schema Visualizer feature to view and explore Infrahub schema as an interactive graph with filtering, node details, and export capabilities. diff --git a/package-lock.json b/package-lock.json index dcf7def..f78e579 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "infrahub", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "infrahub", - "version": "1.0.7", + "version": "1.0.8", "dependencies": { "@vscode/python-extension": "^1.0.6", "graphql": "^16.11.0", diff --git a/package.json b/package.json index 3ce3a29..e2e4e88 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "infrahub", "displayName": "Infrahub", "description": "Infrahub development tools.", - "version": "1.0.7", + "version": "1.0.8", "publisher": "opsmill", "homepage": "https://github.com/opsmill/infrahub-vscode/blob/main/README.md", "icon": "media/infrahub-logo.png",