Skip to content

Commit 2b76af5

Browse files
committed
chore(release): version 1.63.0
1 parent 3dc00be commit 2b76af5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="v1.63.0"></a>
2+
### v1.63.0 (2022-09-28)
3+
4+
#### Features
5+
6+
* relax rack-test dependency to allow version 2 (#270) ([a619deb](/../../commit/a619deb))
7+
* only print metrics warning once per thread ([91da38f](/../../commit/91da38f))
8+
* provide configuration for build url to be published in verification results (#252) ([ce1c9bc](/../../commit/ce1c9bc))
9+
10+
#### Bug Fixes
11+
12+
* example/animal-service/Gemfile to reduce vulnerabilities (#263) ([8f3b732](/../../commit/8f3b732))
13+
* Fixup ruby warnings (#262) ([3640593](/../../commit/3640593))
14+
115
<a name="v1.62.0"></a>
216
### v1.62.0 (2022-02-21)
317

lib/pact/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Remember to bump pact-provider-proxy when this changes major version
22
module Pact
3-
VERSION = "1.62.0"
3+
VERSION = "1.63.0"
44
end

0 commit comments

Comments
 (0)