From 5699bc957f4cd0a68c4336fb56bf42c1eda1f3e9 Mon Sep 17 00:00:00 2001 From: k911 Date: Wed, 15 Jul 2020 21:05:14 +0000 Subject: [PATCH] chore(release): v0.8.1 :tada: * docs(readme): clarify state of HMR in bundle (#275) ([1e49f07](https://github.com/k911/swoole-bundle/commit/1e49f07)), closes [#275](https://github.com/k911/swoole-bundle/issues/275) [#264](https://github.com/k911/swoole-bundle/issues/264) * fix(doctrine): autoconfigure EntityManagerHandler only when orm is available in symfony's container ([87ede15](https://github.com/k911/swoole-bundle/commit/87ede15)), closes [#274](https://github.com/k911/swoole-bundle/issues/274) * fix(http): proper creation of $_SERVER['REQUEST_URI'] (#269) ([78bb42b](https://github.com/k911/swoole-bundle/commit/78bb42b)), closes [#269](https://github.com/k911/swoole-bundle/issues/269) * test(issue-268): add e2e test to ensure no regressions (#273) ([b9df907](https://github.com/k911/swoole-bundle/commit/b9df907)), closes [#273](https://github.com/k911/swoole-bundle/issues/273) [#268](https://github.com/k911/swoole-bundle/issues/268) * build(deps-dev): bump friendsofphp/php-cs-fixer from 2.16.3 to 2.16.4 (#266) ([7acabd7](https://github.com/k911/swoole-bundle/commit/7acabd7)), closes [#266](https://github.com/k911/swoole-bundle/issues/266) * build(deps-dev): bump phpspec/prophecy-phpunit from 2.0.0 to 2.0.1 (#271) ([623923d](https://github.com/k911/swoole-bundle/commit/623923d)), closes [#271](https://github.com/k911/swoole-bundle/issues/271) * build(deps-dev): bump phpstan/phpstan from 0.12.30 to 0.12.31 (#265) ([4c750a7](https://github.com/k911/swoole-bundle/commit/4c750a7)), closes [#265](https://github.com/k911/swoole-bundle/issues/265) * build(deps-dev): bump phpstan/phpstan from 0.12.31 to 0.12.32 (#267) ([334b88f](https://github.com/k911/swoole-bundle/commit/334b88f)), closes [#267](https://github.com/k911/swoole-bundle/issues/267) * build(deps-dev): bump phpunit/phpunit from 9.2.5 to 9.2.6 (#272) ([2256702](https://github.com/k911/swoole-bundle/commit/2256702)), closes [#272](https://github.com/k911/swoole-bundle/issues/272) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b7cf45..63f104ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.8.1](https://github.com/k911/swoole-bundle/compare/v0.8.0...v0.8.1) (2020-07-14) + +[Full changelog](https://github.com/k911/swoole-bundle/compare/v0.8.0...v0.8.1) + +### Miscellaneous + +* Minor fixes + # [0.8.0](https://github.com/k911/swoole-bundle/compare/v0.7.9...v0.8.0) (2020-06-23) [Full changelog](https://github.com/k911/swoole-bundle/compare/v0.7.9...v0.8.0)