Skip to content

Commit

Permalink
chore(release): version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 30, 2017
1 parent 99e15c8 commit 0cf1b97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Do this to generate your change history

git log --pretty=format:' * %h - %s (%an, %ad)' vX.Y.Z..HEAD

### 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)

### 2.1.0 (12 May 2017)
* 5b89d95 - Updated location of pact specification version in pact to metadata.pactSpecification.version. As per issue #137 (Beth Skurrie, Fri May 12 11:03:54 2017 +1000)
* b85ad94 - Update mock service interaction decorator to use providerState between the consumer DSL and the mock service, just to avoid any further confusion! (Beth Skurrie, Fri May 12 08:41:56 2017 +1000)
Expand Down
2 changes: 1 addition & 1 deletion lib/pact/mock_service/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pact
module MockService
VERSION = "2.1.0"
VERSION = "2.2.0"
end
end

0 comments on commit 0cf1b97

Please sign in to comment.