Skip to content

Commit

Permalink
Releasing version 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 17, 2020
1 parent 5dc7009 commit ca1c27b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="v1.25.0"></a>
### v1.25.0 (2020-02-18)


#### Features

* **cli**
* print any response body from the Pact Broker when authentication fails ([116f0d9](/../../commit/116f0d9))
* raise error if both basic auth credentials and bearer token are set ([163f56b](/../../commit/163f56b))


<a name="v1.24.0"></a>
### v1.24.0 (2020-02-13)

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.24.0'
VERSION = '1.25.0'
end
end

0 comments on commit ca1c27b

Please sign in to comment.