@@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
N/A
+## [32.0.0] - 2020-05-11
+
+### Fixed
+- Updated `bin/dev-urn-catalog-generate` to account for new versions of PHPStorm (simplified).
+- Indexing error with possible ElasticSearch modules ([#262](https://github.com/markshust/docker-magento/issues/262)).
+### Updated
+- Updated ElasticSearch 6 to version 6.8.
## [31.0.2] - 2020-04-30
### Fixed
@@ -1,7 +1,7 @@
# Mark Shust's Docker Configuration for Magento
# (https://github.com/markshust/docker-magento)
#
-# Version 31.0.2
+# Version 32.0.0
version: "3"
@@ -38,7 +38,7 @@ services:
image: redis:5.0
elasticsearch:
- image: markoshust/magento-elasticsearch:7.6.2-0
+ image: markoshust/magento-elasticsearch:7.6.2-1
ports:
- "9200:9200"
- "9300:9300"