Skip to content

Commit bf7eec6

Browse files
committed
Add yearly to the recurrence definition
fixes #157 Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent cc7bb4b commit bf7eec6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ In this release, we have made some changes to the API to improve the user experi
1717
* Create and Update request now returns the new dispatch object.
1818
* Documentation about authentication and encryption was added.
1919
* Enhanced `payload` documentation.
20+
* Add YEARLY frequency to the recurrence definition.
2021

2122
## Bug Fixes
2223

proto/frequenz/api/dispatch/v1/dispatch.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ message RecurrenceRule {
257257
FREQUENCY_DAILY = 3;
258258
FREQUENCY_WEEKLY = 4;
259259
FREQUENCY_MONTHLY = 5;
260+
FREQUENCY_YEARLY = 6;
260261
}
261262

262263
// Controls when a recurring dispatch should end

0 commit comments

Comments
 (0)