diff --git a/CHANGELOG.md b/CHANGELOG.md index fbdb725..cf5b4ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.1.0](https://github.com/flowcore-io/graphable/compare/v1.0.0...v1.1.0) (2025-12-19) + + +### Features + +* Clean up and optimize project files ([1d6d19f](https://github.com/flowcore-io/graphable/commit/1d6d19f51d4280b026717c9bbe15e46a6f09fd0f)) +* Implement dashboard description field and enhance API routes ([b7c4255](https://github.com/flowcore-io/graphable/commit/b7c425536dd518abf072ef7c6bcd450fafbf102e)) +* Implement secret management and data source support with Azure Key Vault ([990b119](https://github.com/flowcore-io/graphable/commit/990b119ecea33fcf079bc11b9118a98ea76d2756)) + + +### Bug Fixes + +* Enhance data source secret management and recovery process ([58fc6ad](https://github.com/flowcore-io/graphable/commit/58fc6add946a5c4b7aa4f9e4d2eb3bc866097e52)) +* Update API routes and validation logic ([085ea61](https://github.com/flowcore-io/graphable/commit/085ea61a43424417ece478b6afbeea04272544b6)) +* Update HelmChart image version handling in CI workflow ([ce3bbdf](https://github.com/flowcore-io/graphable/commit/ce3bbdf10bc2ebd8429b3866364cc1c68cb39e49)) +* Update UI components and improve data handling ([a4068ae](https://github.com/flowcore-io/graphable/commit/a4068ae302141c9f1c0358264fadb8a8814e926f)) + ## 1.0.0 (2025-12-15) diff --git a/package.json b/package.json index b23a351..f0e043f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphable", - "version": "1.0.0", + "version": "1.1.0", "private": true, "scripts": { "dev": "next dev",