From 2d476b9d8707b252426acd76229dfd09cbdee4ef Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Wed, 23 Oct 2019 11:00:21 -0700 Subject: [PATCH] chore: bump version number for coordinated release Signed-off-by: Erik Kieckhafer --- CHANGELOG.md | 3 +++ config.mk | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48196ce..0aecfd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v2.8.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). + # v2.7.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 f331191..04bf1a5 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.7.0 \ -git@github.com:/reactioncommerce/reaction.git,reaction,v2.7.0 \ -git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v2.7.0 +git@github.com:/reactioncommerce/reaction-hydra.git,reaction-hydra,v2.8.0 \ +git@github.com:/reactioncommerce/reaction.git,reaction,v2.8.0 \ +git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v2.8.0 endef # List of user defined networks that should be created.