Skip to content

Commit a1d5560

Browse files
committed
Merge branch 'hotfix/1.9.1'
2 parents cb14d1b + 55d046e commit a1d5560

7 files changed

Lines changed: 507 additions & 443 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.9.1] - 2026-04-07
11+
12+
- [#66](https://github.com/itk-dev/devops_itksites/pull/66)
13+
6654: Downgrade to PHP 8.4, update composer dependencies
14+
1015
## [1.9.0] - 2026-04-07
1116

1217
- [#64](https://github.com/itk-dev/devops_itksites/pull/64)
@@ -140,7 +145,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140145

141146
## [1.0.0] - 2022-09-15
142147

143-
[Unreleased]: https://github.com/itk-dev/devops_itksites/compare/1.8.10...HEAD
148+
[Unreleased]: https://github.com/itk-dev/devops_itksites/compare/1.9.1...HEAD
149+
[1.9.1]: https://github.com/itk-dev/devops_itksites/compare/1.9.0...1.9.1
150+
[1.9.0]: https://github.com/itk-dev/devops_itksites/compare/1.8.9...1.9.0
144151
[1.8.10]: https://github.com/itk-dev/devops_itksites/compare/1.8.9...1.8.10
145152
[1.8.9]: https://github.com/itk-dev/devops_itksites/compare/1.8.8...1.8.9
146153
[1.8.8]: https://github.com/itk-dev/devops_itksites/compare/1.8.7...1.8.8

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"type": "project",
66
"require": {
7-
"php": ">=8.5",
7+
"php": ">=8.4",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"api-platform/core": "^4.0",

0 commit comments

Comments
 (0)