Skip to content

Commit

Permalink
chore(release): version 2.71.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 28, 2020
1 parent 496f2b5 commit 2420ebd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="2.71.0.0"></a>
### 2.71.0.0 (2020-11-28)

#### Features

* **deps**
* update pact_broker gem to version 2.71.0 ([496f2b5](/../../commit/496f2b5))

<a name="2.70.0.0"></a>
### 2.70.0.0 (2020-11-28)

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
POSTGRES_DB: postgres

pact-broker:
image: pactfoundation/pact-broker:2.70.0.0
image: pactfoundation/pact-broker:2.71.0.0
ports:
- "9393:9393"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
POSTGRES_DB: postgres

pact-broker:
image: pactfoundation/pact-broker:2.70.0.0
image: pactfoundation/pact-broker:2.71.0.0
ports:
- "9292:9292"
depends_on:
Expand Down

0 comments on commit 2420ebd

Please sign in to comment.