From 186774df469278bfbfa15ebac49c7b61b98f700e Mon Sep 17 00:00:00 2001 From: bethesque Date: Tue, 14 Jun 2022 00:01:25 +0000 Subject: [PATCH] chore(release): version 1.18.0 --- CHANGELOG.md | 11 +++++++++++ lib/pact/support/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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