diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a52b0b17e..1dba49683e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,24 @@ beta releases are not included in this history. [//]: # (begin_release_notes) +"" "1.3.1" (2021-11-02) +======================= + +Bugfixes +-------- + +- Bumped go version required (#202110151126) +- Fixed bug in `parallisation` which entailed a bug in file locking where the heartbeat was forced to stop after a timeout (#202111012244) +- Dependency upgrade: zerolog-1.26.0 (#202111021125) +- Dependency upgrade: v3-3.21.10 (#202111021326) + + +Misc +---- + +- #202110201138 + + "" "1.3.0" (2021-10-13) ======================= diff --git a/changes/202110151126.bugfix b/changes/202110151126.bugfix deleted file mode 100644 index f3772931af..0000000000 --- a/changes/202110151126.bugfix +++ /dev/null @@ -1 +0,0 @@ -Bumped go version required diff --git a/changes/202110201138.misc b/changes/202110201138.misc deleted file mode 100644 index 74ef90a2be..0000000000 --- a/changes/202110201138.misc +++ /dev/null @@ -1 +0,0 @@ -Added a CI workflow to automate dependabot PR handling diff --git a/changes/202111012244.bugfix b/changes/202111012244.bugfix deleted file mode 100644 index 1ebac33664..0000000000 --- a/changes/202111012244.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed bug in `parallisation` which entailed a bug in file locking where the heartbeat was forced to stop after a timeout diff --git a/changes/202111021125.bugfix b/changes/202111021125.bugfix deleted file mode 100644 index 13569a0290..0000000000 --- a/changes/202111021125.bugfix +++ /dev/null @@ -1 +0,0 @@ -Dependency upgrade: zerolog-1.26.0 diff --git a/changes/202111021326.bugfix b/changes/202111021326.bugfix deleted file mode 100644 index 0d6b56557a..0000000000 --- a/changes/202111021326.bugfix +++ /dev/null @@ -1 +0,0 @@ -Dependency upgrade: v3-3.21.10 diff --git a/docs/dep/github.com/rs/zerolog.html b/docs/dep/github.com/rs/zerolog.html index 1d912ead5d..11e49a79f1 100644 --- a/docs/dep/github.com/rs/zerolog.html +++ b/docs/dep/github.com/rs/zerolog.html @@ -30,15 +30,16 @@ 9. math/rand 10. net 11. os - 12. path/filepath - 13. runtime - 14. sort - 15. strconv - 16. strings - 17. sync - 18. sync/atomic - 19. time - 20. unsafe + 12. path + 13. path/filepath + 14. runtime + 15. sort + 16. strconv + 17. strings + 18. sync + 19. sync/atomic + 20. time + 21. unsafe Imported By
1. github.com/ARM-software/golang-utils/utils/logs