Skip to content

Commit 7b0a39b

Browse files
committed
Update changelog
1 parent b73a44e commit 7b0a39b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

9-
## [Unreleased](https://github.com/inspirum/balikobot-php-symfony/compare/v1.0.0...master)
9+
## [Unreleased](https://github.com/inspirum/balikobot-php-symfony/compare/v1.2.0...master)
10+
11+
12+
## [v1.1.0 (2023-05-15)](https://github.com/inspirum/balikobot-php-symfony/compare/v1.0.0...v1.1.0)
1013
### Added
11-
- Added support for multiple client connections with [**ServiceContainerRegistry**](https://github.com/inspirum/balikobot-php/blob/master/src/Service/Registry/ServiceContainerRegistry.php) service
14+
- Added support for multiple client connection configuration with [**ServiceContainerRegistry**](https://github.com/inspirum/balikobot-php/blob/master/src/Service/Registry/ServiceContainerRegistry.php) service
1215

1316

1417
## v1.0.0 (2022-08-19)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ext-json": "*",
2525
"guzzlehttp/psr7": "^2.0",
2626
"inspirum/arrayable": "^1.2",
27-
"inspirum/balikobot": "dev-master",
27+
"inspirum/balikobot": "^7.5",
2828
"psr/http-message": "^1.0",
2929
"symfony/config": "^6.1",
3030
"symfony/dependency-injection": "^6.1",

0 commit comments

Comments
 (0)