From 058b8577d62157655e7ee7f82adf3faf432da2df Mon Sep 17 00:00:00 2001 From: Nate Cook Date: Thu, 7 Dec 2023 18:27:50 -0600 Subject: [PATCH] Fix incorrect version number in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3ceadc8..f0592ad0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,7 +44,7 @@ Add new items at the end of the relevant section under **Unreleased**. - Bash completion scripts now properly escape command names that include hyphens. ([#573]) - Documentation improvements. ([#572], [#565], [#602]) -The 1.2.3 release includes contributions from [Alkenso], [compnerd], [gwynne], +The 1.3.0 release includes contributions from [Alkenso], [compnerd], [gwynne], [kennyyork], [natecook1000], [rauhul], [robertmryan], and [vlm]. Thank you! ---