Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-novotny committed May 15, 2023
1 parent b73a44e commit 7b0a39b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [Unreleased](https://github.com/inspirum/balikobot-php-symfony/compare/v1.0.0...master)
## [Unreleased](https://github.com/inspirum/balikobot-php-symfony/compare/v1.2.0...master)


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


## v1.0.0 (2022-08-19)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ext-json": "*",
"guzzlehttp/psr7": "^2.0",
"inspirum/arrayable": "^1.2",
"inspirum/balikobot": "dev-master",
"inspirum/balikobot": "^7.5",
"psr/http-message": "^1.0",
"symfony/config": "^6.1",
"symfony/dependency-injection": "^6.1",
Expand Down

0 comments on commit 7b0a39b

Please sign in to comment.