From 4001414d33e431a05c039bf4a96ff65890cbde12 Mon Sep 17 00:00:00 2001 From: Will Lopez Date: Wed, 25 Sep 2019 16:30:46 -0700 Subject: [PATCH] chore: bump version to v2.5.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 9cd1794..27a1f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v2.5.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.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). diff --git a/config.mk b/config.mk index 6ca2393..064130f 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.4.0 \ -git@github.com:/reactioncommerce/reaction.git,reaction,v2.4.0 \ -git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v2.4.0 +git@github.com:/reactioncommerce/reaction-hydra.git,reaction-hydra,v2.5.0 \ +git@github.com:/reactioncommerce/reaction.git,reaction,v2.5.0 \ +git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v2.5.0 endef # List of user defined networks that should be created.