From 98aca2f0dc7b7d49f7f9347545aef02112637e86 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Mon, 30 Oct 2017 09:53:19 +1100 Subject: [PATCH] chore(release): version 1.2.4 --- CHANGELOG.md | 3 +++ lib/pact/support/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c36b8f..326d630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ Do this to generate your change history git log --pretty=format:' * %h - %s (%an, %ad)' +### 1.2.4 (2017-10-30) +* 80bbdcc - fix: remove unused dependency on rack-test (Beth Skurrie, Mon Oct 30 09:52:22 2017 +1100) + ### 1.2.3 (2017-10-30) * 68be738 - fix: diff message when actual 'array like' is too long (Beth Skurrie, Mon Oct 30 09:28:20 2017 +1100) diff --git a/lib/pact/support/version.rb b/lib/pact/support/version.rb index a93b5bb..825e0d1 100644 --- a/lib/pact/support/version.rb +++ b/lib/pact/support/version.rb @@ -1,5 +1,5 @@ module Pact module Support - VERSION = "1.2.3" + VERSION = "1.2.4" end end