diff --git a/CHANGELOG.md b/CHANGELOG.md index 11be83a6..14cdddef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +### v1.29.1 (2020-08-07) + +#### Bug Fixes + +* explicitly set the CA file and path from SSL_CERT_FILE and SSL_CERT_DIR for the pact-ruby-standalone ([27a0fe6](/../../commit/27a0fe6)) + ### v1.29.0 (2020-08-05) diff --git a/lib/pact_broker/client/version.rb b/lib/pact_broker/client/version.rb index f2d17f70..91d99e21 100644 --- a/lib/pact_broker/client/version.rb +++ b/lib/pact_broker/client/version.rb @@ -1,5 +1,5 @@ module PactBroker module Client - VERSION = '1.29.0' + VERSION = '1.29.1' end end