Skip to content

Commit 42e99dc

Browse files
committed
Release v1.7.6: composer audit CI
1 parent 277e83d commit 42e99dc

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
--no-interaction --no-update
8686
composer update symfony/* --with-all-dependencies --no-interaction --prefer-dist --no-progress
8787
88+
- name: Composer audit (Critical/High)
89+
run: composer audit --locked
90+
8891
- name: Run tests
8992
env:
9093
SYMFONY_DEPRECATIONS_HELPER: max[direct]=0

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
77
## Table of contents
88

99
- [[Unreleased]](#unreleased)
10+
- [[1.7.6] - 2026-08-20](#176-2026-08-20)
1011
- [[1.7.5] - 2026-08-19](#175-2026-08-19)
1112
- [[1.7.4] - 2026-08-18](#174-2026-08-18)
1213
- [[1.7.3] - 2026-08-16](#173-2026-08-16)
@@ -95,6 +96,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
9596

9697
## [Unreleased]
9798

99+
## [1.7.6] - 2026-08-20
100+
101+
### Security
102+
103+
- **CI:** run `composer audit --locked` after dependency install (REQ-SEC / P3).
104+
98105
## [1.7.5] - 2026-08-19
99106

100107
Improve test coverage for trace, fatal, and console code paths (REQ-TEST-003).

docs/UPGRADING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
- [Upgrading from 1.6.8 to 1.6.9](#upgrading-from-168-to-169)
4848
- [Upgrading from 1.6.9 to 1.6.10](#upgrading-from-169-to-1610)
4949
- [Upgrading from 1.6.10 to 1.6.11](#upgrading-from-1610-to-1611)
50+
- [Upgrading from 1.7.5 to 1.7.6](#upgrading-from-175-to-176)
5051
- [Upgrading from 1.7.4 to 1.7.5](#upgrading-from-174-to-175)
5152
- [Upgrading from 1.7.3 to 1.7.4](#upgrading-from-173-to-174)
5253
- [Upgrading from 1.7.2 to 1.7.3](#upgrading-from-172-to-173)
@@ -392,6 +393,14 @@ Maintainer / CI / demo tooling only. **No consumer API or config changes.**
392393
- `composer.lock` again pins `require-dev` Symfony packages (including `symfony/scheduler`) to **7.4** so PHP 8.2 CI `composer install` succeeds. Run `make composer-sync` after adding Symfony `require-dev` packages.
393394
- Demo smoke / `make up` installs Composer deps before starting the FrankenPHP worker (needed for clean GitHub Actions checkouts).
394395

396+
## Upgrading from 1.7.5 to 1.7.6
397+
398+
No application upgrade steps.
399+
400+
```bash
401+
composer update nowo-tech/beacon-bundle
402+
```
403+
395404
## Upgrading from 1.7.4 to 1.7.5
396405

397406
Patch release with test-only changes. **No application upgrade steps.**

0 commit comments

Comments
 (0)