Skip to content

Commit cafacf8

Browse files
authored
chore(main): release 3.31.0 (#300)
1 parent 9e9de5e commit cafacf8

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.30.0"
2+
".": "3.31.0"
33
}

CHANGELOG.md

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

3+
## [3.31.0](https://github.com/openshift-hyperfleet/kartograph/compare/v3.30.0...v3.31.0) (2026-03-18)
4+
5+
6+
### Features
7+
8+
* **management:** add application services with SpiceDB authorization (AIHCM-183) ([#299](https://github.com/openshift-hyperfleet/kartograph/issues/299)) ([9e9de5e](https://github.com/openshift-hyperfleet/kartograph/commit/9e9de5e74e33c2854350385f8e0a7edd162ff3f2))
9+
310
## [3.30.0](https://github.com/openshift-hyperfleet/kartograph/compare/v3.29.0...v3.30.0) (2026-03-17)
411

512

src/api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kartograph-api"
3-
version = "3.30.0"
3+
version = "3.31.0"
44
description = "Enterprise-Ready Bi-Temporal Knowledge Graphs as a Service"
55
readme = "README.md"
66
requires-python = ">=3.12"

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kartograph/docs",
33
"type": "module",
4-
"version": "3.30.0",
4+
"version": "3.31.0",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",

0 commit comments

Comments
 (0)