Skip to content

Commit

Permalink
chore(release): version 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 26, 2019
1 parent 55bb935 commit 51fe734
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="v1.42.0"></a>
### v1.42.0 (2019-09-26)


#### Features

* use new 'pacts for verification' endpoint to retrieve pacts (#199) ([55bb935](/../../commit/55bb935))


<a name="v1.41.2"></a>
### v1.41.2 (2019-09-10)

Expand Down
4 changes: 4 additions & 0 deletions gemfiles/default.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

source "https://rubygems.org"

gem "pact-support", path: "../../pact-support"
gem "pact-mock_service", path: "../../pact-mock_service"
gem "pry-byebug"

gemspec path: "../"
3 changes: 3 additions & 0 deletions gemfiles/rspec_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

source "https://rubygems.org"

gem "pact-support", path: "../../pact-support"
gem "pact-mock_service", path: "../../pact-mock_service"
gem "pry-byebug"
gem "rspec", "2.14.1"

gemspec path: "../"
3 changes: 3 additions & 0 deletions gemfiles/rspec_3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

source "https://rubygems.org"

gem "pact-support", path: "../../pact-support"
gem "pact-mock_service", path: "../../pact-mock_service"
gem "pry-byebug"
gem "rspec", "3.0.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion lib/pact/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
VERSION = "1.41.2"
VERSION = "1.42.0"
end

0 comments on commit 51fe734

Please sign in to comment.