From 10ad41411a6a12a001272ba006fd54ccfc362fdc Mon Sep 17 00:00:00 2001 From: Thomas Boop Date: Wed, 20 Nov 2019 13:23:39 -0500 Subject: [PATCH] Create Changelog.md for changelists --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f9c7614 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## Unreleased Changes + +## v1.2.0 +- Reverted the breaking behavior change in v1.1.0 that broke custom authentication flows + +## v1.1.0 (Not reccomended for use, this functionality will be ported to the 2.0 update) +- Persist `with.token` or `${{ github.token }}` into checkout repository's git config as `http.https://github.com/.extraheader=AUTHORIZATION: basic ***` to better support scripting git + +## v1.0.0 +- Initial Release of the checkout action \ No newline at end of file