Skip to content

Commit 2393f53

Browse files
committed
chore(release): version 2.120.0
1 parent ac9eab4 commit 2393f53

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="v2.120.0"></a>
2+
### v2.120.0 (2026-07-14)
3+
4+
#### Features
5+
6+
* expose released environments on branch/tag version list endpoints (#969) ([bea68a7d](/../../commit/bea68a7d))
7+
* expose released environments on version API (#963) ([d6f7f17b](/../../commit/d6f7f17b))
8+
* return more webhooks attributes in logs decorator (#961) ([4e2d1b13](/../../commit/4e2d1b13))
9+
* paginate pacticipants_for_label ([088ff444](/../../commit/088ff444))
10+
* add limit to stale branch delete (#933) ([406c20f3](/../../commit/406c20f3))
11+
* change branch sort order, most recently updated first (#929) ([b5215a39](/../../commit/b5215a39))
12+
13+
* **clean**
14+
* expose branch_deletion_limit on CleanTask (#938) ([540afa3d](/../../commit/540afa3d))
15+
* add stale branch lifecycle and automated cleanup (#912) ([1ba6354f](/../../commit/1ba6354f))
16+
17+
* **PACT-6253**
18+
* add json_schemer as explicit gem dependency (#916) ([dc8910ce](/../../commit/dc8910ce))
19+
20+
#### Bug Fixes
21+
22+
* **spec**
23+
* rebuild success-after-latestby fixture with distinct provider versions ([778d25d2](/../../commit/778d25d2))
24+
* rebuild latestby filtering fixtures to genuinely pin the ordering contract ([9276aa79](/../../commit/9276aa79))
25+
26+
* broken SQL in pacticipants_for_label resource (#944) ([bf37cdfc](/../../commit/bf37cdfc))
27+
* use cvpv when checking can-i-deploy against an environment (#903) (#934) ([7163652d](/../../commit/7163652d))
28+
* remove deadcode, improve testing with UTC (#924) ([76c2407a](/../../commit/76c2407a))
29+
* join with pacticipant when query main branch (#921) ([3dae89be](/../../commit/3dae89be))
30+
131
<a name="v2.119.0"></a>
232
### v2.119.0 (2026-04-02)
333

lib/pact_broker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PactBroker
2-
VERSION = "2.119.0"
2+
VERSION = "2.120.0"
33
end

0 commit comments

Comments
 (0)