diff --git a/CHANGELOG.md b/CHANGELOG.md index 812b8af2c..0ade3241d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 0.8.2 + +- Fix fatal error thrown on Algolia search Adapter on version ~2.0.0 +- Fix version in `composer.json` + ## 0.8.1 - Fix fatal error thrown when "Make SEO request" was turned on diff --git a/README.md b/README.md index bebec225e..5d17baec2 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This extension replaces the default search of Magento with a typo-tolerant, fast See features and benefits of [Algolia Search Extension for Magento](https://community.algolia.com/magento). -![Latest version](https://img.shields.io/badge/latest-0.8.1-green.svg) +![Latest version](https://img.shields.io/badge/latest-0.8.2-green.svg) ![PHP >= 5.5.22](https://img.shields.io/badge/php-%3E=5.5.22-green.svg) Documentation diff --git a/composer.json b/composer.json index 4fc3b2650..061eaaa88 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "algolia/algoliasearch-magento-2", "description": "Algolia Search Magento", "type": "magento2-module", - "version": "0.0.1", + "version": "0.8.2", "require": { "php": "~5.5.0|~5.6.0|~7.0.0", "magento/framework": "~100.0", diff --git a/etc/module.xml b/etc/module.xml index eebe68e2d..6b120f766 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file