Skip to content

Commit fbc824d

Browse files
committed
chore(main): release 5.11.0
1 parent fe5d6a8 commit fbc824d

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.10.1"
2+
".": "5.11.0"
33
}

CHANGELOG.md

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

3+
## [5.11.0](https://github.com/BLSQ/openhexa-app/compare/5.10.1...5.11.0) (2026-06-24)
4+
5+
6+
### Features
7+
8+
* `edit_static_webapp_file` MCP tool (HEXA-1703) ([#1878](https://github.com/BLSQ/openhexa-app/issues/1878)) ([a6a9064](https://github.com/BLSQ/openhexa-app/commit/a6a90648b39853791b321a0dbe619c8ed35bb44d))
9+
* agent tools details (HEXA-1682) ([#1872](https://github.com/BLSQ/openhexa-app/issues/1872)) ([fe5d6a8](https://github.com/BLSQ/openhexa-app/commit/fe5d6a8a020d1804115866b9cf2f1617660d6de4))
10+
* api endpoint to allow executing a sql query against the workspace database (HEXA-1665) ([#1873](https://github.com/BLSQ/openhexa-app/issues/1873)) ([c7f5557](https://github.com/BLSQ/openhexa-app/commit/c7f555762b3ec6fdbc82e4dbfdd4814bfa39dcb4))
11+
* Conditional parameters (HEXA-1687) ([#1860](https://github.com/BLSQ/openhexa-app/issues/1860)) ([a64a1ea](https://github.com/BLSQ/openhexa-app/commit/a64a1ea64d5cc451c9b7e6bd0e116175ccbd99d7))
12+
* implement WebappUser class for querying GraphQL (HEXA-1619) ([#1836](https://github.com/BLSQ/openhexa-app/issues/1836)) ([a565c0e](https://github.com/BLSQ/openhexa-app/commit/a565c0e54e97134978f97d54673753c4ec2703f4))
13+
14+
15+
### Bug Fixes
16+
17+
* improve `udpate_static_webapp` MCP tool docstring and allow deleting files (HEXA-1703) ([#1877](https://github.com/BLSQ/openhexa-app/issues/1877)) ([53c06ea](https://github.com/BLSQ/openhexa-app/commit/53c06eae0879b805fe4c68246630a06db62e068e))
18+
* scrollable organization sidebar (HEXA-1706) ([#1883](https://github.com/BLSQ/openhexa-app/issues/1883)) ([012d20d](https://github.com/BLSQ/openhexa-app/commit/012d20dc52c0835318476a172d37b3663db33e96))
19+
* sentry issue smtp authentication failed (HEXA-1673) ([#1871](https://github.com/BLSQ/openhexa-app/issues/1871)) ([120f169](https://github.com/BLSQ/openhexa-app/commit/120f169d4f86d4341e9ede238d26d0c4b82a2af9))
20+
321
## [5.10.1](https://github.com/BLSQ/openhexa-app/compare/5.10.0...5.10.1) (2026-06-16)
422

523

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openhexa-app"
3-
version = "5.10.1"
3+
version = "5.11.0"
44
authors = [
55
{name = "BLSQ", email = "tech@bluesquarehub.com"},
66
]

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@
145145
"prettier-plugin-tailwindcss": "^0.6.10",
146146
"tailwindcss": "4.1.17"
147147
},
148-
"version": "5.10.1"
148+
"version": "5.11.0"
149149
}

0 commit comments

Comments
 (0)