diff --git a/CHANGELOG.md b/CHANGELOG.md index 23fa514..a2ccc3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +### v1.18.0 (2022-03-28) + +#### Features + +* replace term-ansicolor with rainbow ([e8b6ada](/../../commit/e8b6ada)) + +#### Bug Fixes + +* Fixup ruby warnings (#96) ([cee7113](/../../commit/cee7113)) + ### v1.17.0 (2021-10-01) diff --git a/lib/pact/support/version.rb b/lib/pact/support/version.rb index d06edd5..9c797a5 100644 --- a/lib/pact/support/version.rb +++ b/lib/pact/support/version.rb @@ -1,5 +1,5 @@ module Pact module Support - VERSION = "1.17.0" + VERSION = "1.18.0" end end