Răsfoiți Sursa

Version bump to 32.0.0

Mark Shust 5 ani în urmă
părinte
comite
1c52befbdb
3 a modificat fișierele cu 12 adăugiri și 3 ștergeri
  1. 9 0
      CHANGELOG.md
  2. 1 1
      compose/docker-compose.dev.yml
  3. 2 2
      compose/docker-compose.yml

+ 9 - 0
CHANGELOG.md

@@ -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 - 1
compose/docker-compose.dev.yml

@@ -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"
 

+ 2 - 2
compose/docker-compose.yml

@@ -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"