Skip to content

Commit 5fbfb11

Browse files
committed
chore(release): version 1.66.2
1 parent debbbe5 commit 5fbfb11

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="v1.66.2"></a>
2+
### v1.66.2 (2025-10-03)
3+
4+
#### Bug Fixes
5+
6+
* **spec**
7+
* update rspec keyword vs arg changes https://github.com/rspec/rspec-mocks/pull/1473 ([c1c17fc](/../../commit/c1c17fc))
8+
9+
* correct generators import and update specs ([d025342](/../../commit/d025342))
10+
* example/animal-service/Gemfile to reduce vulnerabilities ([4dfb3f5](/../../commit/4dfb3f5))
11+
* example/animal-service/Gemfile to reduce vulnerabilities ([3d8fa31](/../../commit/3d8fa31))
12+
* example/zoo-app/Gemfile to reduce vulnerabilities ([5ff8945](/../../commit/5ff8945))
13+
114
<a name="v1.66.1"></a>
215
### v1.66.1 (2025-01-20)
316

lib/pact/version.rb

Lines changed: 1 addition & 1 deletion
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.66.1"
3+
VERSION = "1.66.2"
44
end

0 commit comments

Comments
 (0)