diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a72db3..e630dcc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +### v1.63.0 (2022-09-28) + +#### Features + +* relax rack-test dependency to allow version 2 (#270) ([a619deb](/../../commit/a619deb)) +* only print metrics warning once per thread ([91da38f](/../../commit/91da38f)) +* provide configuration for build url to be published in verification results (#252) ([ce1c9bc](/../../commit/ce1c9bc)) + +#### Bug Fixes + +* example/animal-service/Gemfile to reduce vulnerabilities (#263) ([8f3b732](/../../commit/8f3b732)) +* Fixup ruby warnings (#262) ([3640593](/../../commit/3640593)) + ### v1.62.0 (2022-02-21) diff --git a/lib/pact/version.rb b/lib/pact/version.rb index 1f8ad4f0..97c4bcad 100644 --- a/lib/pact/version.rb +++ b/lib/pact/version.rb @@ -1,4 +1,4 @@ # Remember to bump pact-provider-proxy when this changes major version module Pact - VERSION = "1.62.0" + VERSION = "1.63.0" end