Skip to content

Commit 460599a

Browse files
committed
chore: release to production (main)
1 parent 05b63eb commit 460599a

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"apps/backend": "1.11.0",
2+
"apps/backend": "1.12.0",
33
"apps/web": "1.4.0"
44
}

apps/backend/CHANGELOG.md

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

3+
## [1.12.0](https://github.com/FilOzone/dealbot/compare/backend-v1.11.0...backend-v1.12.0) (2026-08-10)
4+
5+
6+
### Features
7+
8+
* **metrics:** track active datasets by provider ([#650](https://github.com/FilOzone/dealbot/issues/650)) ([1ad8053](https://github.com/FilOzone/dealbot/commit/1ad8053ccc51fea8ac651c55448112b9c9643ec3))
9+
10+
11+
### Bug Fixes
12+
13+
* allow network migration on empty databases ([#662](https://github.com/FilOzone/dealbot/issues/662)) ([f5b6503](https://github.com/FilOzone/dealbot/commit/f5b6503d7da081671ceeee34922db4af9e194548))
14+
* **metrics:** collect wallet balance only from the api pod ([#668](https://github.com/FilOzone/dealbot/issues/668)) ([14b8ac6](https://github.com/FilOzone/dealbot/commit/14b8ac641855f6abf86b9c166b612cc0b738a5bd))
15+
16+
17+
### Miscellaneous
18+
19+
* replace in-memory cache with pg-backed repository ([#667](https://github.com/FilOzone/dealbot/issues/667)) ([05b63eb](https://github.com/FilOzone/dealbot/commit/05b63ebaddcd7838df392b6b9ff5f379de850349))
20+
321
## [1.11.0](https://github.com/FilOzone/dealbot/compare/backend-v1.10.0...backend-v1.11.0) (2026-07-28)
422

523

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dealbot-backend",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "A simple deal bot for Synapse storage providers",
55
"private": true,
66
"author": "",

0 commit comments

Comments
 (0)