Skip to content

Commit

Permalink
chore(release): version 1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 29, 2022
1 parent 3dc00be commit 2b76af5
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.63.0"></a>
### 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))

<a name="v1.62.0"></a>
### v1.62.0 (2022-02-21)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact/version.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2b76af5

Please sign in to comment.