From 3c8fea2ef49e591c5f7d9a36d18b232c4874fb99 Mon Sep 17 00:00:00 2001
From: Thomas Boop <52323235+thboop@users.noreply.github.com>
Date: Wed, 20 Nov 2019 10:34:51 -0500
Subject: [PATCH] v.1.2.0 Release

---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8aa9ff4..c2b7298 100644
--- a/README.md
+++ b/README.md
@@ -58,8 +58,11 @@ For more details, see [Contexts and expression syntax for GitHub Actions](https:
 
 # Changelog
 
-# V1
-- Reverted Changes to automatically set Git Config and Authentication.
+## v1.2.0
+- Reverted persisting auth token changes to fix a bug with custom auth flows
+
+## v1.1.0
+- 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