From 9756251f75fded0ab01f1b1b1bf01b5c86dd93c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20J=2E=20Garc=C3=ADa=20Lagar?= Date: Thu, 4 Feb 2021 15:13:12 +0100 Subject: [PATCH] New release --- CHANGELOG.md | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 928f4ea..26cbf46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased](https://github.com/ajgarlag/psr-http-message-bundle/compare/1.0.1...main) +## [Unreleased](https://github.com/ajgarlag/psr-http-message-bundle/compare/1.1.0...main) + +## [1.1.0](https://github.com/ajgarlag/psr-http-message-bundle/compare/1.0.1...1.1.0) - 2021-02-04 ### Changed - Relax version requirement for [`symfony/psr-http-message-bridge`](https://github.com/symfony/psr-http-message-bridge) diff --git a/README.md b/README.md index 19fa32b..c9ae0dc 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ If your code depends on [sensio/framework-extra-bundle] [PSR-7] support, this is suggested upgrade path: 1. Require `sensio/framework-extra-bundle:^5.3`. -2. Install this bundle, and enable old services aliasing. +2. Require `ajgarlag/psr-http-message-bundle:^1.1`, and enable old services aliasing. 3. Disable PSR-7 support in `sensio_framework_extra` configuration. 4. If your code depends on old `sensio_framework_extra_...` services identifiers, modify service definitions to use the `ajgarlag_psr_http_message_...` alternatives