Skip to content

Commit 76b8328

Browse files
author
Lasim
committed
Merge branch 'main' of github-main:deploystackio/deploystack into main
2 parents 6f650be + b7e6d19 commit 76b8328

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

services/backend/CHANGELOG.md

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

3+
## 0.50.0 (2025-12-06)
4+
5+
* chore(backend): release v0.50.0 714a87d
6+
* chore(frontend): release v0.46.0 016a8c1
7+
* chore(frontend): release v0.46.0 5d8faca
8+
* fix(backend): set default value for DEPLOYSTACK_ENCRYPTION_SECRET 8359fc3
9+
* feat(backend): add user-level HTTP config overrides for headers and query params 7193e89
10+
311
## 0.50.0 (2025-12-04)
412

513
* chore(backend): release v0.50.0 56decfb

services/backend/src/config/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface VersionInfo {
1010
// This will be replaced by the build script
1111
let versionData: VersionInfo = {
1212
version: '0.50.0',
13-
buildTime: '2025-12-04T12:29:29.501Z',
13+
buildTime: '2025-12-06T12:01:37.317Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)