Skip to content

Commit

Permalink
update changelog for release 4.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Nov 6, 2020
1 parent 940fc83 commit 4525ae5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
To generate the log, run `git log --pretty='* %h - %s (%an, %ad)' TAGNAME..HEAD` replacing TAGNAME and HEAD as appropriate.

# 4.1.10 - Bugfix Release

* 940fc83c5 - fix: default headers were being added twice to requests to the pact broker #1242 (Ronald Holshausen, Fri Nov 6 11:25:06 2020 +1100)
* a648c7a9a - feat: Support loading PactSource from annotations on the test class (JUnit 5) #1237 (Ronald Holshausen, Tue Nov 3 16:12:50 2020 +1100)
* 94275ae38 - feat: Support loading PactSource from annotations on the test class (JUnit 4) #1237 (Ronald Holshausen, Tue Nov 3 15:10:12 2020 +1100)
* f05d904dc - feat: support any objects for provider state parameters #1234 (Ronald Holshausen, Sat Oct 31 18:08:14 2020 +1100)
* 5c694ae70 - fix: markdown summary was not updated correctly when multiple consumers #1128 (Ronald Holshausen, Sat Oct 31 16:49:57 2020 +1100)
* 31a0d79e8 - chore: update build badges (Ronald Holshausen, Sat Oct 31 16:17:15 2020 +1100)
* 1bb705c13 - Merge pull request #1232 from ryandens/junit-extension-thread-safety (Ronald Holshausen, Fri Oct 23 12:10:18 2020 +1100)
* abd55de24 - feat: support for fallback tag with version selectors #946 (Ronald Holshausen, Fri Oct 23 11:44:58 2020 +1100)
* be2f0024f - :bug: use ConcurrentHashMap rather than just a mutable map (Ryan Dens, Mon Oct 19 09:06:01 2020 -0400)
* 0c4ea773e - :bug: improve thread-safety of JUnit 5 extension (Ryan Dens, Mon Oct 19 09:01:55 2020 -0400)
* 5319a5905 - Update README.md (Ronald Holshausen, Sun Oct 18 17:24:11 2020 +1100)
* 2306cc608 - Update README.md (Ronald Holshausen, Sun Oct 18 17:02:27 2020 +1100)
* 42c34ae58 - bump version to 4.1.10 (Ronald Holshausen, Sun Oct 18 15:57:13 2020 +1100)

# 4.1.9 - Bugfix Release

* 1b36668b4 - fix: handle null tag values in selectors #1227 (Ronald Holshausen, Sun Oct 18 14:47:16 2020 +1100)
Expand Down

0 comments on commit 4525ae5

Please sign in to comment.