From 1676c714748359ef24238819d3fa512b7ccecab1 Mon Sep 17 00:00:00 2001 From: Will Lopez Date: Wed, 18 Sep 2019 11:17:40 -0700 Subject: [PATCH] chore: bump version to v2.4.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 3618a54..9cd1794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v2.4.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.3.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 dc66077..6ca2393 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.3.0 \ -git@github.com:/reactioncommerce/reaction.git,reaction,v2.3.0 \ -git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v2.3.0 +git@github.com:/reactioncommerce/reaction-hydra.git,reaction-hydra,v2.4.0 \ +git@github.com:/reactioncommerce/reaction.git,reaction,v2.4.0 \ +git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v2.4.0 endef # List of user defined networks that should be created.