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 b128137 commit cf89b9eCopy full SHA for cf89b9e
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v1.28.0 (2025-08-18)
6
+
7
+### Features
8
9
+- Add debug logging for claims and update JWT decoding to use get_unverified_claims
10
+ ([`b128137`](https://github.com/ugns/incident-command/commit/b128137898889024b9a8e20b40da05848d1e8f35))
11
12
13
## v1.27.0 (2025-08-18)
14
15
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "EventCoord"
-version = "1.27.0"
+version = "1.28.0"
description = "Shared code for Event Coordination Lambdas"
authors = [
{ name="Jeremy T. Bouse", email="Jeremy.Bouse@UnderGrid.net" },
0 commit comments