Skip to content

Commit

Permalink
chore(release): version 1.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 17, 2023
1 parent fa01318 commit 81b9225
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v1.67.0"></a>
### v1.67.0 (2023-05-04)

#### Features

* colour first url in magenta for ease of reading ([90e8f51](/../../commit/90e8f51))
* output provider contract link on publish (#118) ([132b024](/../../commit/132b024))
* add helper text for Docker usage when pact file not found ([2aab2d5](/../../commit/2aab2d5))

#### Bug Fixes

* trim trailing slash from base url ([ccd6417](/../../commit/ccd6417))
* do not allow an empty environment name to be used in the can-i-deploy command ([a3bfe8a](/../../commit/a3bfe8a))

<a name="v1.66.1"></a>
### v1.66.1 (2023-01-11)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact_broker/client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module PactBroker
module Client
VERSION = '1.66.1'
VERSION = '1.67.0'
end
end

0 comments on commit 81b9225

Please sign in to comment.