Skip to content

Commit bb115aa

Browse files
committed
build: bump version 1.31.1 -> 1.31.2
1 parent 335647a commit bb115aa

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.31.2 (2026-06-11)
2+
3+
### Fixes
4+
5+
- **metrics**: CleanUp db files and register multi-process collector globally
6+
7+
### Refactoring
8+
9+
- **settings**: Dont perform actions within settings
10+
- **docker**: use existing PROMETHEUS_MULTIPROC_DIR env var declaration
11+
12+
### Tests
13+
14+
- **integration**: Ensure View metrics is not accessible.
15+
- **integration**: Ensure metrics endpoint is functional
16+
117
## 1.31.1 (2026-06-08)
218

319
### Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description = "An ERP with a large emphasis on the IT Service Management (ITSM)
1616

1717
dynamic = [ 'dependencies', 'optional-dependencies' ]
1818

19-
version = "1.31.1"
19+
version = "1.31.2"
2020

2121
readme = {file = "README.md", content-type = "text/markdown"}
2222
requires-python = ">=3.10"

0 commit comments

Comments
 (0)