From 0844e2a37aebeaaed552f166dbb82a35f36ad0c5 Mon Sep 17 00:00:00 2001 From: Jan David Date: Mon, 27 Jun 2022 20:48:19 +0200 Subject: [PATCH] Release 1.1.0 (#59) This is a maintenance release that updates the libraries used to interact with the GitHub Action platform. --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af3180..5f84ee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.0](https://github.com/jdno/setup-butler/releases/tag/v1.1.0) + +### Changed + +- Bump @actions/core from 1.6.0 to 1.8.2 + by [@dependabot](https://github.com/dependabot) + in [#29](https://github.com/jdno/setup-butler/pull/29) +- Bump @actions/tool-cache from 1.7.2 to 2.0.1 + by [@dependabot](https://github.com/dependabot) + in [#31](https://github.com/jdno/setup-butler/pull/31) +- Bump @actions/core from 1.8.2 to 1.9.0 + by [@dependabot](https://github.com/dependabot) + in [#50](https://github.com/jdno/setup-butler/pull/50) + +**Full Changelog**: + + ## [1.0.0](https://github.com/jdno/setup-butler/releases/tag/v1.0.0) ### Added