File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for backoffAlgorithm Library
2
2
3
+ ## v1.4.1 (June 2024)
4
+
5
+ ### Changes
6
+ Fix doxygen deployment on Github.
7
+
3
8
## v1.4.0 (May 2024)
4
9
5
10
### Changes
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = backoffAlgorithm
48
48
# could be handy for archiving the generated documentation or if some version
49
49
# control system is used.
50
50
51
- PROJECT_NUMBER = v1.4.0
51
+ PROJECT_NUMBER = v1.4.1
52
52
53
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
54
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1
1
name : " backoffAlgorithm"
2
- version : " v1.4.0 "
2
+ version : " v1.4.1 "
3
3
description : |
4
4
"Algorithm for calculating exponential backoff with jitter for network retry attempts.\n"
5
5
license : " MIT"
You can’t perform that action at this time.
0 commit comments