diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d39d4d..0a957c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,21 @@ # Changelog -## [1.15.0](https://github.com/openeuropa/oe_editorial/tree/1.15.0) (2022-08-01) +## [1.15.1](https://github.com/openeuropa/oe_editorial/tree/1.15.1) (2022-11-04) + +[Full Changelog](https://github.com/openeuropa/oe_editorial/compare/1.15.0...1.15.1) + +**Merged pull requests:** + +- EWPP-2619: Corporate workflow bug fixes. [\#115](https://github.com/openeuropa/oe_editorial/pull/115) ([upchuk](https://github.com/upchuk)) + +## [1.15.0](https://github.com/openeuropa/oe_editorial/tree/1.15.0) (2022-08-02) [Full Changelog](https://github.com/openeuropa/oe_editorial/compare/1.14.2...1.15.0) **Merged pull requests:** - EWPP: Fix ctools version. [\#114](https://github.com/openeuropa/oe_editorial/pull/114) ([imanoleguskiza](https://github.com/imanoleguskiza)) +- Prepare release 1.15.0. [\#113](https://github.com/openeuropa/oe_editorial/pull/113) ([imanoleguskiza](https://github.com/imanoleguskiza)) - EWPP-2358: Drupal 9.4 support. [\#109](https://github.com/openeuropa/oe_editorial/pull/109) ([yenyasinn](https://github.com/yenyasinn)) ## [1.14.2](https://github.com/openeuropa/oe_editorial/tree/1.14.2) (2022-06-23) diff --git a/composer.json b/composer.json index bc5b2cc..7877e8d 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "drupal/core-composer-scaffold": "^9.3", "drupal/core-dev": "^9.3", "drupal/drupal-extension": "^4.0", - "drupal/entity_version": "^1.0-beta8", + "drupal/entity_version": "^1.1", "drupal/token": "^1.10", "drush/drush": "^10.3", "ec-europa/oe-poetry-client": "^0.6", @@ -72,9 +72,6 @@ "drupal/content_lock": { "https://www.drupal.org/project/content_lock/issues/2919019": "https://www.drupal.org/files/issues/content_lock-caching-invalidation-2919019-3.patch", "https://www.drupal.org/project/content_lock/issues/2949198": "https://git.drupalcode.org/project/content_lock/-/merge_requests/3.patch" - }, - "drupal/entity_version": { - "latest-master": "https://github.com/openeuropa/entity_version/compare/8.x-1.0...EWPP-2619.diff" } }, "drupal-scaffold": {