Skip to content

Commit 249b67b

Browse files
chore(main): release 1.1.0
1 parent ce3bbdf commit 249b67b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/flowcore-io/graphable/compare/v1.0.0...v1.1.0) (2025-12-18)
4+
5+
6+
### Features
7+
8+
* Clean up and optimize project files ([1d6d19f](https://github.com/flowcore-io/graphable/commit/1d6d19f51d4280b026717c9bbe15e46a6f09fd0f))
9+
* Implement dashboard description field and enhance API routes ([b7c4255](https://github.com/flowcore-io/graphable/commit/b7c425536dd518abf072ef7c6bcd450fafbf102e))
10+
* Implement secret management and data source support with Azure Key Vault ([990b119](https://github.com/flowcore-io/graphable/commit/990b119ecea33fcf079bc11b9118a98ea76d2756))
11+
12+
13+
### Bug Fixes
14+
15+
* Update HelmChart image version handling in CI workflow ([ce3bbdf](https://github.com/flowcore-io/graphable/commit/ce3bbdf10bc2ebd8429b3866364cc1c68cb39e49))
16+
317
## 1.0.0 (2025-12-15)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphable",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)