We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd7f52 commit 0dc6371Copy full SHA for 0dc6371
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+<a name="v1.62.0"></a>
2
+### v1.62.0 (2022-02-21)
3
+
4
+#### Features
5
6
+* add telemetry (#256) ([4497ee9](/../../commit/4497ee9))
7
8
<a name="v1.61.0"></a>
9
### v1.61.0 (2021-12-16)
10
lib/pact/version.rb
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
- VERSION = "1.61.0"
+ VERSION = "1.62.0"
end
0 commit comments