diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc5edf..af2c175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +### v1.19.0 (2022-11-15) + +#### Features + +* **generators** + * add generators to a consumer contract request (#97) ([fbce4cb](/../../commit/fbce4cb)) + ### v1.18.1 (2022-08-17) diff --git a/lib/pact/support/version.rb b/lib/pact/support/version.rb index c871fb7..eefefb3 100644 --- a/lib/pact/support/version.rb +++ b/lib/pact/support/version.rb @@ -1,5 +1,5 @@ module Pact module Support - VERSION = "1.18.1" + VERSION = "1.19.0" end end