From b1e9d005c2e16a60b597ab7b060eb2b97ef88c5c Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Sat, 8 Sep 2018 14:39:37 +1000 Subject: [PATCH] update changelog for release 0.4.5 --- rust/pact_matching/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust/pact_matching/CHANGELOG.md b/rust/pact_matching/CHANGELOG.md index 05a299a20..0857817ea 100644 --- a/rust/pact_matching/CHANGELOG.md +++ b/rust/pact_matching/CHANGELOG.md @@ -1,5 +1,10 @@ To generate the log, run `git log --pretty='* %h - %s (%an, %ad)' TAGNAME..HEAD .` replacing TAGNAME and HEAD as appropriate. +# 0.4.5 - feat: added convenience header methods to HttpPart + +* ead1af2 - feat: added convenience header methods to HttpPart (Ronald Holshausen, Sat Sep 8 14:29:59 2018 +1000) +* 129333f - bump version to 0.4.5 (Ronald Holshausen, Sat Aug 11 15:21:01 2018 +1000) + # 0.4.4 - Bugfix Release * 97abce4 - fix: support matching rules affected by Pact-JVM defect 743 (Ronald Holshausen, Sat Aug 11 15:07:41 2018 +1000)