Skip to content

Commit e95e0b6

Browse files
committed
light-bot checkin CHANGELOG.md
1 parent 2bda831 commit e95e0b6

File tree

5 files changed

+46
-0
lines changed

5 files changed

+46
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [2.1.36](https://github.com/networknt/light-portal/tree/2.1.36) (2024-08-27)
4+
5+
6+
**Merged pull requests:**
7+
8+
39
## [2.1.35](https://github.com/networknt/light-portal/tree/2.1.35) (2024-08-17)
410

511

portal-event/src/main/java/com/networknt/controller/HealthCheck.java

+10
Original file line numberDiff line numberDiff line change
@@ -1277,3 +1277,13 @@ public HealthCheck build() {
12771277
}
12781278
}
12791279
}
1280+
1281+
1282+
1283+
1284+
1285+
1286+
1287+
1288+
1289+

portal-event/src/main/java/com/networknt/scheduler/TaskDefinition.java

+10
Original file line numberDiff line numberDiff line change
@@ -915,3 +915,13 @@ public TaskDefinition build() {
915915
}
916916
}
917917
}
918+
919+
920+
921+
922+
923+
924+
925+
926+
927+

portal-event/src/main/java/com/networknt/scheduler/TaskDefinitionKey.java

+10
Original file line numberDiff line numberDiff line change
@@ -387,3 +387,13 @@ public TaskDefinitionKey build() {
387387
}
388388
}
389389
}
390+
391+
392+
393+
394+
395+
396+
397+
398+
399+

portal-event/src/main/java/com/networknt/scheduler/TaskFrequency.java

+10
Original file line numberDiff line numberDiff line change
@@ -386,3 +386,13 @@ public TaskFrequency build() {
386386
}
387387
}
388388
}
389+
390+
391+
392+
393+
394+
395+
396+
397+
398+

0 commit comments

Comments
 (0)