From 7a39ad0f871047ce67fb0858d454670ccc932d13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 06:30:25 +0000 Subject: [PATCH] chore(main): release dis-console 1.3.0 --- .release-please-manifest.json | 2 +- services/dis-console/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 84928e723..807f7ef77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "services/dis-apim-operator": "1.0.5", "services/dis-vault-operator": "1.4.7", "services/lakmus": "1.1.6", - "services/dis-console": "1.2.0", + "services/dis-console": "1.3.0", "infrastructure/images/azure-devops-agent": "1.2.9", "infrastructure/images/gh-runner": "0.9.1", "infrastructure/images/k6-action": "0.1.2", diff --git a/services/dis-console/CHANGELOG.md b/services/dis-console/CHANGELOG.md index 3b894af68..ecf377b06 100644 --- a/services/dis-console/CHANGELOG.md +++ b/services/dis-console/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/Altinn/altinn-platform/compare/dis-console-v1.2.0...dis-console-v1.3.0) (2026-06-23) + + +### Features + +* **dis-console:** status history on the resource detail endpoint ([#3737](https://github.com/Altinn/altinn-platform/issues/3737)) ([937b770](https://github.com/Altinn/altinn-platform/commit/937b770952055fb2bc96658578f6fcf25d0f088d)) + ## [1.2.0](https://github.com/Altinn/altinn-platform/compare/dis-console-v1.1.0...dis-console-v1.2.0) (2026-06-18)