From 0d3430ad25d4a6450d2bb21da4cbc4775d5427e6 Mon Sep 17 00:00:00 2001 From: Carroll Chiou Date: Fri, 18 Jun 2021 09:15:03 -0600 Subject: [PATCH] fix changelog dates --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f22cb3..865dc9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### 2.13 -Release date: 2020-06-17 +Release date: 2021-06-17 - Fix: Tolerate RuntimeException from SCMListener.onCheckout ([PR #51](https://github.com/jenkinsci/workflow-scm-step-plugin/pull/51)) - Internal: Use Subversion version specified in BOM ([PR #52](https://github.com/jenkinsci/workflow-scm-step-plugin/pull/52)) @@ -12,7 +12,7 @@ Release date: 2020-06-17 ### 2.12 -Release date: 2020-02-22 +Release date: 2021-02-22 - Docs: Update help text for the `checkout` step to link to information about the Pipeline Snippet Generator and remove deprecated terminology from docs ([PR #42](https://github.com/jenkinsci/workflow-scm-step-plugin/pull/42)) - Internal: Update minimum required Jenkins version to 2.222.4 and update dependencies ([PR #44](https://github.com/jenkinsci/workflow-scm-step-plugin/pull/44))