From 2803ccaf232c34e09b340e513ca5c8e98f435ce0 Mon Sep 17 00:00:00 2001 From: softprops Date: Sun, 5 Jan 2020 18:03:54 -0500 Subject: [PATCH] updated changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 336f4ce..36d12c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 0.1.4 +* Added support for updating releases body [#36](https://github.com/softprops/action-gh-release/pull/36) + +## 0.1.4 + * Steps can now access the url of releases with the `url` output of this Action [#28](https://github.com/softprops/action-gh-release/pull/28) * Added basic GitHub API retry support to manage API turbulance [#26](https://github.com/softprops/action-gh-release/pull/26)