Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphable",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
Loading