You will need to manually update the CHANGELOG.md file. First, checkout this PR on your local machine via something like git fetch upstream; git checkout upstream/release_prep. Then, once you have updated the CHANGELOG.md file, git commit --amend your update, then push your changes to this PR via something like git push --set-upstream upstream.
You will need to manually update the
CHANGELOG.md
file. First, checkout this PR on your local machine via something likegit fetch upstream; git checkout upstream/release_prep
. Then, once you have updated theCHANGELOG.md
file,git commit --amend
your update, then push your changes to this PR via something likegit push --set-upstream upstream.
Note: You can use https://github.com/puppetlabs/puppetlabs-splunk_hec/compare/v0.8.1...main to see all the new commits that have landed since the previous release.