From bda7a05a2b9db86a5936f21416be4eee48de8694 Mon Sep 17 00:00:00 2001 From: Brandon High Date: Mon, 15 Jun 2020 16:55:07 -0700 Subject: [PATCH] Add links to CHANGELOG for 4.25.0 release --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce13fcc5de..dd39387180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,11 +26,11 @@ The headers used in [Keep a Changelog](http://keepachangelog.com) are: ### Added -- Execution of Beaker directly through ruby on localhost #1637 +- Execution of Beaker directly through ruby on localhost #1637 ([#1637](https://github.com/puppetlabs/beaker/pull/1637)) ### Fixed -- Reliability improvements to the `Host#reboot` method #1656 #1659 +- Reliability improvements to the `Host#reboot` method ([#1656](https://github.com/puppetlabs/beaker/pull/1656)) ([#1659](https://github.com/puppetlabs/beaker/pull/1659)) # [4.24.0](https://github.com/puppetlabs/beaker/compare/4.23.0...4.24.0) - 2020-06-05