From 6277ef8a97a9fc0c0360908b2f0d481ae45a2632 Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 14 Sep 2021 11:58:09 +0200 Subject: [PATCH] add 2.9.3 changelog (#770) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ee0a236..509c6ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v2.9.3](https://github.com/cla-assistant/cla-assistant/tree/v2.9.3) (2021-09-14) +**Improvements:** +- use native octokit calls instead of node-fetch (#768) +- update all production dependencies to the their newest version (#767, #765, #764, #759, #763, #762, #761) +- update octokit libraries and refactor Octokit usage (#759) + ## [v2.9.2](https://github.com/cla-assistant/cla-assistant/tree/v2.9.2) (2021-09-09) **Improvements:** - remove array-sugar and q; move codeceptjs to dev (#756)