Skip to content

Commit 1accfef

Browse files
committed
Update changelog
1 parent eae1917 commit 1accfef

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
## [Unreleased](https://github.com/inspirum/balikobot-php-symfony/compare/v1.2.0...master)
1010

1111

12+
## [v1.2.0 (2023-05-29)](https://github.com/inspirum/balikobot-php-symfony/compare/v1.1.0...v1.2.0)
13+
### Changed
14+
- Adjusted `guzzlehttp/psr7` version constraint to `^1.5 || ^2.0`
15+
- Adjusted `psr/http-message` version constraint to `^1.1 || ^2.0`
16+
### Removed
17+
- Remove unused composer requirements
18+
19+
1220
## [v1.1.0 (2023-05-15)](https://github.com/inspirum/balikobot-php-symfony/compare/v1.0.0...v1.1.0)
1321
### Added
1422
- Added support for multiple client connection configuration with [**ServiceContainerRegistry**](https://github.com/inspirum/balikobot-php/blob/master/src/Service/Registry/ServiceContainerRegistry.php) service

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^8.1",
22-
"inspirum/balikobot": "^7.5",
22+
"inspirum/balikobot": "^7.6",
2323
"symfony/config": "^6.1",
2424
"symfony/dependency-injection": "^6.1",
2525
"symfony/http-kernel": "^6.1"

0 commit comments

Comments
 (0)