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 c8bc55c commit 73cdf47Copy full SHA for 73cdf47
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v1.28.1 (2025-08-26)
6
+
7
+### Bug Fixes
8
9
+- Set authorizerResultTtlInSeconds to 0 for immediate authorizer results
10
+ ([`c8bc55c`](https://github.com/ugns/incident-command/commit/c8bc55cdaf7e003627012ecff0eb769d07004742))
11
12
13
## v1.28.0 (2025-08-18)
14
15
### Features
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "EventCoord"
-version = "1.28.0"
+version = "1.28.1"
description = "Shared code for Event Coordination Lambdas"
authors = [
{ name="Jeremy T. Bouse", email="[email protected]" },
0 commit comments