Skip to content

Commit c45468c

Browse files
committed
update changelog for release 1.4.1
1 parent fda61fb commit c45468c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

rust/pact_verifier/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
To generate the log, run `git log --pretty='* %h - %s (%an, %ad)' TAGNAME..HEAD .` replacing TAGNAME and HEAD as appropriate.
22

3+
# 1.4.1 - Support V2 plugins
4+
5+
* 50fb5a6f - chore: Update pact_matching to 2.0.5 and pact_mock_server to 2.2.2 (Ronald Holshausen, Tue Jun 9 15:20:14 2026 +1000)
6+
* 8ec724bb - chore: Update pact-plugin-driver to 1.0.0-beta.2 to support V2 plugins (Ronald Holshausen, Tue Jun 9 14:49:40 2026 +1000)
7+
* a579270d - chore: update Pact plugin driver to version supporting initial V2 plugins (Ronald Holshausen, Fri May 29 13:41:41 2026 +1000)
8+
* 9df6c7f5 - bump version to 1.4.1 (Ronald Holshausen, Wed May 27 16:30:08 2026 +1000)
9+
310
# 1.4.0 - Add retry logic when interacting with a Pact broker
411

512
* 3a6e45ef - chore: Update pact_matching to 2.0.4 (Ronald Holshausen, Wed May 27 16:26:53 2026 +1000)

rust/pact_verifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ chrono = "0.4.43"
6060
chrono-tz = "0.10.4"
6161
env_logger = "0.11.9"
6262
expectest = "0.12.0"
63-
pact_consumer = { version = "~1.4.3", path = "../pact_consumer" }
63+
pact_consumer = { version = "~1.4.4", path = "../pact_consumer" }
6464
pretty_assertions = "1.4.1"
6565
quickcheck = "1.1.0"
6666
insta = "1.43.1"

0 commit comments

Comments
 (0)