We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbf471 commit f7e2f69Copy full SHA for f7e2f69
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v1.29.0 (2025-08-26)
6
+
7
+### Features
8
9
+- Refactor claims extraction to use decode_claims function across multiple handlers
10
+ ([`afbf471`](https://github.com/ugns/incident-command/commit/afbf4712252c3b4889c7f971809b0ac8b76a5979))
11
12
13
## v1.28.1 (2025-08-26)
14
15
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "EventCoord"
-version = "1.28.1"
+version = "1.29.0"
description = "Shared code for Event Coordination Lambdas"
authors = [
{ name="Jeremy T. Bouse", email="[email protected]" },
0 commit comments