From c39e1873f55d56bfd5a68eac60b6f6d828fef2b3 Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Wed, 15 Apr 2020 11:43:39 -0700 Subject: [PATCH] feat: release v2.9.2 Signed-off-by: Erik Kieckhafer --- CHANGELOG.md | 6 ++++++ config.mk | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e23406..f152069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v2.9.2 +This is minor version update coordinated with [Reaction](https://github.com/reactioncommerce/reaction), our [Example Storefront](https://github.com/reactioncommerce/example-storefront) and [reaction-hydra](https://github.com/reactioncommerce/reaction-hydra). + +# v2.9.1 +This is minor version update coordinated with [Reaction](https://github.com/reactioncommerce/reaction), our [Example Storefront](https://github.com/reactioncommerce/example-storefront) and [reaction-hydra](https://github.com/reactioncommerce/reaction-hydra). + # v2.9.0 This is minor version update coordinated with [Reaction](https://github.com/reactioncommerce/reaction), our [Example Storefront](https://github.com/reactioncommerce/example-storefront) and [reaction-hydra](https://github.com/reactioncommerce/reaction-hydra). diff --git a/config.mk b/config.mk index 21235cc..f3b46e9 100644 --- a/config.mk +++ b/config.mk @@ -27,9 +27,9 @@ endef # TAG is the git tag or branch to checkout # Projects will be started in this order define SUBPROJECT_REPOS -git@github.com:/reactioncommerce/reaction-hydra.git,reaction-hydra,v2.9.0 \ -git@github.com:/reactioncommerce/reaction.git,reaction,v2.9.0 \ -git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v2.9.0 +git@github.com:/reactioncommerce/reaction-hydra.git,reaction-hydra,v2.9.2 \ +git@github.com:/reactioncommerce/reaction.git,reaction,v2.9.2 \ +git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v2.9.2 endef # List of user defined networks that should be created.