diff --git a/.autover/changes/schedule-input-file-path-support.json b/.autover/changes/schedule-input-file-path-support.json
deleted file mode 100644
index 5006652a0..000000000
--- a/.autover/changes/schedule-input-file-path-support.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Projects": [
- {
- "Name": "Amazon.Lambda.Annotations",
- "Type": "Patch",
- "ChangelogMessages": [
- "The ScheduleEvent Input property now supports file paths (relative to the project root or absolute) in addition to literal JSON strings. If the value resolves to an existing file, its contents are read and used as the input in the CloudFormation template."
- ]
- }
- ]
-}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dcf39da4b..9731f880b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Release 2026-04-22 #2
+
+### Amazon.Lambda.Annotations (1.15.1)
+* The ScheduleEvent Input property now supports file paths (relative to the project root or absolute) in addition to literal JSON strings. If the value resolves to an existing file, its contents are read and used as the input in the CloudFormation template.
+
## Release 2026-04-22
### Amazon.Lambda.Annotations (1.15.0)
diff --git a/Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj b/Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj
index f87aaaaff..9aaba6bbd 100644
--- a/Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj
+++ b/Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj
@@ -20,7 +20,7 @@
true
false
- 1.15.0
+ 1.15.1
true
diff --git a/Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj b/Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj
index 29f5190d7..f24d6becd 100644
--- a/Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj
+++ b/Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj
@@ -11,7 +11,7 @@
..\..\..\buildtools\public.snk
true
- 1.15.0
+ 1.15.1
true
diff --git a/Libraries/test/TestCustomAuthorizerApp/serverless.template b/Libraries/test/TestCustomAuthorizerApp/serverless.template
index ed41a2e08..6072b7954 100644
--- a/Libraries/test/TestCustomAuthorizerApp/serverless.template
+++ b/Libraries/test/TestCustomAuthorizerApp/serverless.template
@@ -1,7 +1,7 @@
{
"AWSTemplateFormatVersion": "2010-09-09",
"Transform": "AWS::Serverless-2016-10-31",
- "Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.15.0.0).",
+ "Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.15.1.0).",
"Resources": {
"AnnotationsHttpApi": {
"Type": "AWS::Serverless::HttpApi",
diff --git a/Libraries/test/TestExecutableServerlessApp/serverless.template b/Libraries/test/TestExecutableServerlessApp/serverless.template
index 194fd8bce..6b69abbfd 100644
--- a/Libraries/test/TestExecutableServerlessApp/serverless.template
+++ b/Libraries/test/TestExecutableServerlessApp/serverless.template
@@ -1,7 +1,7 @@
{
"AWSTemplateFormatVersion": "2010-09-09",
"Transform": "AWS::Serverless-2016-10-31",
- "Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.15.0.0).",
+ "Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.15.1.0).",
"Parameters": {
"ArchitectureTypeParameter": {
"Type": "String",
diff --git a/Libraries/test/TestServerlessApp.ALB/serverless.template b/Libraries/test/TestServerlessApp.ALB/serverless.template
index 0415c2bd2..bc1271671 100644
--- a/Libraries/test/TestServerlessApp.ALB/serverless.template
+++ b/Libraries/test/TestServerlessApp.ALB/serverless.template
@@ -1,7 +1,7 @@
{
"AWSTemplateFormatVersion": "2010-09-09",
"Transform": "AWS::Serverless-2016-10-31",
- "Description": "ALB Integration Test Stack - VPC and ALB infrastructure for testing Lambda ALB annotations This template is partially managed by Amazon.Lambda.Annotations (v1.15.0.0).",
+ "Description": "ALB Integration Test Stack - VPC and ALB infrastructure for testing Lambda ALB annotations This template is partially managed by Amazon.Lambda.Annotations (v1.15.1.0).",
"Resources": {
"ALBTestVPC": {
"Type": "AWS::EC2::VPC",
diff --git a/Libraries/test/TestServerlessApp.NET8/serverless.template b/Libraries/test/TestServerlessApp.NET8/serverless.template
index ac4fd61da..65c438f45 100644
--- a/Libraries/test/TestServerlessApp.NET8/serverless.template
+++ b/Libraries/test/TestServerlessApp.NET8/serverless.template
@@ -1,7 +1,7 @@
{
"AWSTemplateFormatVersion": "2010-09-09",
"Transform": "AWS::Serverless-2016-10-31",
- "Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.15.0.0).",
+ "Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.15.1.0).",
"Resources": {
"TestServerlessAppNET8FunctionsToUpperGenerated": {
"Type": "AWS::Serverless::Function",
diff --git a/Libraries/test/TestServerlessApp/serverless.template b/Libraries/test/TestServerlessApp/serverless.template
index 105de564c..1612c88b8 100644
--- a/Libraries/test/TestServerlessApp/serverless.template
+++ b/Libraries/test/TestServerlessApp/serverless.template
@@ -1,7 +1,7 @@
{
"AWSTemplateFormatVersion": "2010-09-09",
"Transform": "AWS::Serverless-2016-10-31",
- "Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.15.0.0).",
+ "Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.15.1.0).",
"Resources": {
"AnnotationsHttpApi": {
"Type": "AWS::Serverless::HttpApi",