From 80dccec963b4ba3fe0ce07b0fcfd7c864a04761c Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Wed, 4 Oct 2017 15:37:35 +1100 Subject: [PATCH] chore(release): version 2.3.0 --- CHANGELOG.md | 8 ++++++++ lib/pact/mock_service/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aab43d..7c83bfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Do this to generate your change history git log --pretty=format:' * %h - %s (%an, %ad)' vX.Y.Z..HEAD +### 2.3.0 (2017-20-04) +* 79cbdc9 - feat: add example script showing usage (Beth Skurrie, Wed Oct 4 13:42:06 2017 +1100) +* 873d9ee - feat: only write pact on shutdown of mock service if pact has not already been written (Beth Skurrie, Wed Oct 4 13:41:01 2017 +1100) +* d3c6067 - feat(cli): add --pact-file-write-mode to cli and remove --unique-pact-file-names (Beth Skurrie, Wed Oct 4 08:01:25 2017 +1100) +* 476ae5c - feat: only include backtrace in error response for standard errors, not for pact::error (Beth Skurrie, Tue Oct 3 16:40:06 2017 +1100) +* a76dc7e - feat: add 'merge' pactfile_write_mode (Beth Skurrie, Tue Oct 3 10:13:36 2017 +1100) +* d0d82f2 - feat: use file locking to ensure pact file isn't corrupted when running multiple mock services in parallel (Beth Skurrie, Mon Oct 2 08:32:34 2017 +1100) + ### 2.2.0 (2017-09-30) * 3949e3d - feat(cli): add --unique-pact-file-names option (Beth Skurrie, Thu Sep 28 11:16:22 2017 +1000) diff --git a/lib/pact/mock_service/version.rb b/lib/pact/mock_service/version.rb index 3662344..e409e0c 100644 --- a/lib/pact/mock_service/version.rb +++ b/lib/pact/mock_service/version.rb @@ -1,5 +1,5 @@ module Pact module MockService - VERSION = "2.2.0" + VERSION = "2.3.0" end end