File tree Expand file tree Collapse file tree 4 files changed +21
-6
lines changed
Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.32.0 (2025-08-26)
4+
5+ * chore(all): bump drizzle-orm from 0.44.4 to 0.44.5 ([ c2fda9b] ( https://github.com/deploystackio/deploystack/commit/c2fda9b ) )
6+ * chore(all): bump lucide-vue-next from 0.540.0 to 0.541.0 ([ 88e8acc] ( https://github.com/deploystackio/deploystack/commit/88e8acc ) )
7+ * chore(frontend): bump lucide-vue-next in /services/frontend ([ f6fd104] ( https://github.com/deploystackio/deploystack/commit/f6fd104 ) )
8+ * chore(frontend): release v0.26.0 ([ d09a5d1] ( https://github.com/deploystackio/deploystack/commit/d09a5d1 ) )
9+ * chore(frontend): release v0.26.1 ([ b422f45] ( https://github.com/deploystackio/deploystack/commit/b422f45 ) )
10+ * chore(gateway): release v0.9.0 ([ 75cecd4] ( https://github.com/deploystackio/deploystack/commit/75cecd4 ) )
11+ * chore(gateway): release v0.9.1 ([ 0bebfcd] ( https://github.com/deploystackio/deploystack/commit/0bebfcd ) )
12+ * feat(all): Add translations for 'secret' data type in mcp-catalog ([ 463e580] ( https://github.com/deploystackio/deploystack/commit/463e580 ) )
13+ * feat(gateway): enhance MCP configuration refresh with change detection ([ 00e1276] ( https://github.com/deploystackio/deploystack/commit/00e1276 ) )
14+ * feat(gateway): enhance team and user configuration decryption process ([ 6aeaad2] ( https://github.com/deploystackio/deploystack/commit/6aeaad2 ) )
15+ * refactor(gateway): replace legacy MCP config methods with new gateway endpoint ([ 914a49b] ( https://github.com/deploystackio/deploystack/commit/914a49b ) )
16+ * fix(frontend): improve GitHub URL display and handling in featured servers ([ 06dfff3] ( https://github.com/deploystackio/deploystack/commit/06dfff3 ) )
17+
318## <small >0.31.3 (2025-08-25)</small >
419
520* chore(backend): release v0.31.2 ([ 77608e7] ( https://github.com/deploystackio/deploystack/commit/77608e7 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @deploystack/backend" ,
3- "version" : " 0.31.3 " ,
3+ "version" : " 0.32.0 " ,
44 "scripts" : {
55 "dev" : " nodemon" ,
66 "build" : " tsc && webpack --mode=production" ,
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export interface VersionInfo {
99
1010// This will be replaced by the build script
1111let versionData : VersionInfo = {
12- version : '0.31.2 ' ,
13- buildTime : '2025-08-25T19:31:55.874Z ' ,
12+ version : '0.32.0 ' ,
13+ buildTime : '2025-08-26T21:01:21.344Z ' ,
1414 source : 'release'
1515} ;
1616
You can’t perform that action at this time.
0 commit comments