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 ea3f247 commit d4a868fCopy full SHA for d4a868f
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+<a name="v1.38.1"></a>
2
+### v1.38.1 (2024-04-04)
3
+
4
+#### Bug Fixes
5
6
+* examples/Gemfile & examples/Gemfile.lock to reduce vulnerabilities ([fdb8bcc](/../../commit/fdb8bcc))
7
+* Return non-error if enable-pending is set ([0b4bc7e](/../../commit/0b4bc7e))
8
9
<a name="v1.38.0"></a>
10
### v1.38.0 (2023-09-12)
11
lib/pact/provider_verifier/version.rb
@@ -1,5 +1,5 @@
module Pact
module ProviderVerifier
- VERSION = "1.38.0"
+ VERSION = "1.38.1"
end
0 commit comments