From 17fa27c2c5555c6cc50b25afd8da8b73d2a3b1d3 Mon Sep 17 00:00:00 2001 From: Will Lopez Date: Wed, 9 Oct 2019 15:18:56 -0700 Subject: [PATCH] chore: bump to version 2.7.0 Signed-off-by: Will Lopez --- CHANGELOG.md | 3 +++ config.mk | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bfe51a..48196ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 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). + # v2.6.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 73c7439..f331191 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.6.0 \ -git@github.com:/reactioncommerce/reaction.git,reaction,v2.6.0 \ -git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v2.6.0 +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 endef # List of user defined networks that should be created.