From 468a6d4f8cd07fd4d1e10193758a9de20e761036 Mon Sep 17 00:00:00 2001 From: Akshay Iyyadurai Balasundaram Date: Wed, 20 Jul 2022 17:15:43 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b467a6..999e6a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log + +## [v2.1.3-beta](https://github.com/contributor-assistant/github-action/tree/v2.2.0) (2022-07-20) +**Improvements:** +- better error handling when PR is from fork [PullRequest#107](https://github.com/contributor-assistant/github-action/pull/107) [Issue#77](https://github.com/cla-assistant/github-action/issues/77) [Issue#103]([https://github.com/cla-assistant/github-action/pull/87](https://github.com/contributor-assistant/github-action/issues/103)) +## [v2.1.2-beta](https://github.com/cla-assistant/github-action/tree/v2.1.2-beta) (2021-03-20) +**New features:** +- Added optional flag for locking pull request [PullRequest#78](https://github.com/cla-assistant/github-action/pull/78) [Issue#77](https://github.com/cla-assistant/github-action/issues/77) + + ## [v2.1.3-beta](https://github.com/cla-assistant/github-action/tree/v2.1.3-beta) (2021-05-16) **Improvements:** - refactoring [PullRequest#87](https://github.com/cla-assistant/github-action/pull/87)