We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513fce0 commit b5d4b9fCopy full SHA for b5d4b9f
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+<a name="v1.38.2"></a>
2
+### v1.38.2 (2024-10-23)
3
+
4
+#### Bug Fixes
5
6
+* explicitly require ostruct as non stdlib in ruby 3.5.x ([4beb10f](/../../commit/4beb10f))
7
+* examples/Gemfile & examples/Gemfile.lock to reduce vulnerabilities ([de9df60](/../../commit/de9df60))
8
9
+* **win**
10
+ * add pact-provider-verifier cmd binstub ([d9a3c90](/../../commit/d9a3c90))
11
12
<a name="v1.38.1"></a>
13
### v1.38.1 (2024-04-04)
14
lib/pact/provider_verifier/version.rb
@@ -1,5 +1,5 @@
module Pact
module ProviderVerifier
- VERSION = "1.38.1"
+ VERSION = "1.38.2"
end
0 commit comments