diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10f3091..b06ba91 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9143b88..2d3e8e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.2.1](https://github.com/martin-cod/esindexing-magento-2/compare/v0.2.0...v0.2.1) (2023-04-05) + + +### Miscellaneous Chores + +* bootstrap releases for path: . ([0f7819b](https://github.com/martin-cod/esindexing-magento-2/commit/0f7819b83fcb9f5ebce23054c6f5d656b79f9689)) + ## 0.2.0 ### FEATURES - Add statuses argument to `hawksearch:retry-bulk` CLI command (#HC-1326) diff --git a/composer.json b/composer.json index 083731c..d196893 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "license": "proprietary", "description": "Hawksearch ES Indexing module for Magento 2", "type": "magento2-module", - "version": "0.2.0", + "version": "0.2.1", "require": { "magento/magento2-base": "~2.4", "magento/module-asynchronous-operations": "~100.3",