From cc456c871780903d1e2dd6eee52279fa64439156 Mon Sep 17 00:00:00 2001
From: Thomas Boop <52323235+thboop@users.noreply.github.com>
Date: Thu, 21 Nov 2019 10:56:22 -0500
Subject: [PATCH] Swap to ChangeLog

---
 README.md | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/README.md b/README.md
index dd562d0..628896f 100644
--- a/README.md
+++ b/README.md
@@ -56,14 +56,6 @@ By default, the branch or tag ref that triggered the workflow will be checked ou
 
 For more details, see [Contexts and expression syntax for GitHub Actions](https://help.github.com/en/articles/contexts-and-expression-syntax-for-github-actions) and [Creating and using secrets (encrypted variables)](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables)
 
-# Changelog
-
-## v1.2.0
-- Reverted persisting auth token changes to fix a bug with custom auth flows
-
-## v1.1.0 (Not reccomended for use, this functionalit)
-- 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
-
 # License
 
 The scripts and documentation in this project are released under the [MIT License](LICENSE)