From 875ae48bdd98277123fd897faa50c31b1d079438 Mon Sep 17 00:00:00 2001 From: Imanol Eguskiza Date: Tue, 3 Jan 2023 16:10:14 +0100 Subject: [PATCH] Prepare release 1.10.0. --- CHANGELOG.md | 9 +++++++++ composer.json | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e76e2b..d8cb00f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.10.0](https://github.com/openeuropa/oe_authentication/tree/1.10.0) (2023-01-03) + +[Full Changelog](https://github.com/openeuropa/oe_authentication/compare/1.9.0...1.10.0) + +**Merged pull requests:** + +- EWPP-2912: Update to PHP 8.1. [\#168](https://github.com/openeuropa/oe_authentication/pull/168) ([22Alexandra](https://github.com/22Alexandra)) + ## [1.9.0](https://github.com/openeuropa/oe_authentication/tree/1.9.0) (2022-09-16) [Full Changelog](https://github.com/openeuropa/oe_authentication/compare/1.8.0...1.9.0) @@ -12,6 +20,7 @@ **Merged pull requests:** +- Prepare release 1.9.0. [\#167](https://github.com/openeuropa/oe_authentication/pull/167) ([imanoleguskiza](https://github.com/imanoleguskiza)) - OEL-1978: Unlock symfony/http-foundation [\#165](https://github.com/openeuropa/oe_authentication/pull/165) ([brummbar](https://github.com/brummbar)) ## [1.8.0](https://github.com/openeuropa/oe_authentication/tree/1.8.0) (2022-08-02) diff --git a/composer.json b/composer.json index bf62c1a1..a71ac3e5 100644 --- a/composer.json +++ b/composer.json @@ -23,9 +23,9 @@ "masterminds/html5": "^2.7.6", "mikey179/vfsstream": "^1.6.10", "nikic/php-parser": "^4.12.0", - "openeuropa/behat-transformation-context": "dev-master", - "openeuropa/code-review": "2.x-dev", - "openeuropa/task-runner-drupal-project-symlink": "1.x-dev", + "openeuropa/behat-transformation-context": "^0.2", + "openeuropa/code-review": "^2.0.0-alpha6", + "openeuropa/task-runner-drupal-project-symlink": "^1.0-beta6", "phpspec/prophecy-phpunit": "^2", "symfony/console": "^4.4.30", "symfony/css-selector": "^4.4.24",