Bugfix Release
- fix: default headers were being added twice to requests to the pact broker #1242
- feat: Support loading PactSource from annotations on the test class (JUnit 5) #1237
- feat: Support loading PactSource from annotations on the test class (JUnit 4) #1237
- feat: support any objects for provider state parameters #1234
- fix: markdown summary was not updated correctly when multiple consumers #1128
- feat: support for fallback tag with version selectors #946
- 🐛 use ConcurrentHashMap rather than just a mutable map (Ryan Dens)
- 🐛 improve thread-safety of JUnit 5 extension (Ryan Dens)