From 6160df50dc25f0828d17c7ef94e008a7be057d97 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 5 Sep 2019 13:27:22 -0400 Subject: [PATCH] Update RELEASES.md --- packages/github/RELEASES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/github/RELEASES.md b/packages/github/RELEASES.md index b0d54241..e8a78027 100644 --- a/packages/github/RELEASES.md +++ b/packages/github/RELEASES.md @@ -1,5 +1,9 @@ # @actions/github Releases +### 1.1.0 + +- Accept Octokit.Options in the GitHub constructor [#113](https://github.com/actions/toolkit/pull/113) + ### 1.0.1 - Simplify WebPack configs by removing dynamic require - [#101](https://github.com/actions/toolkit/pull/101)