Skip to content

Commit 8038e76

Browse files
authored
Merge pull request #2308 from winged/bump_10_5
chore: bump v10.5.0
2 parents 11589ce + 4152775 commit 8038e76

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v10.5.0 (15 October 2024)
2+
3+
### Feature
4+
5+
* **visibilities:** Make visibilities suppressable on n:1 relationships ([`0899cc7`](https://github.com/projectcaluma/caluma/commit/0899cc75372af0e3fdfbfaa16932419364a39a6f))
6+
7+
### Fix
8+
9+
* **perf:** Add indexes for frequently filtered attributes on work item ([`b9a2032`](https://github.com/projectcaluma/caluma/commit/b9a2032b6dc396c016766ae3a1bd80ad3dc8b0c1))
10+
11+
112
# v10.4.0 (26 September 2024)
213
### Feature
314

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "caluma"
3-
version = "10.4.0"
3+
version = "10.5.0"
44
description = "Caluma Service providing GraphQL API"
55
homepage = "https://caluma.io"
66
repository = "https://github.com/projectcaluma/caluma"

0 commit comments

Comments
 (0)