diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fcf8a8..7c36b8f 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.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) + ### 1.2.2 (2017-10-27) * 97ba7d9 - fix: correctly handle array like when key not found (Beth Skurrie, Fri Oct 27 12:50:50 2017 +1100) diff --git a/lib/pact/support/version.rb b/lib/pact/support/version.rb index e12cf0d..a93b5bb 100644 --- a/lib/pact/support/version.rb +++ b/lib/pact/support/version.rb @@ -1,5 +1,5 @@ module Pact module Support - VERSION = "1.2.2" + VERSION = "1.2.3" end end