From d50f8ea76748df49594d9b109b614f3b4db63c71 Mon Sep 17 00:00:00 2001
From: Edward Thomson <ethomson@github.com>
Date: Fri, 25 Mar 2022 09:52:31 -0400
Subject: [PATCH] Add v3.0 release information to changelog (#740)

---
 CHANGELOG.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f40def..df9a6f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,13 @@
 # Changelog
 
+## v3.0.0
+
+- [Update to node 16](https://github.com/actions/checkout/pull/689)
+
 ## v2.3.1
 
 - [Fix default branch resolution for .wiki and when using SSH](https://github.com/actions/checkout/pull/284)
 
-
 ## v2.3.0
 
 - [Fallback to the default branch](https://github.com/actions/checkout/pull/278)