浏览代码

Version bump to 32.0.0

Mark Shust 5 年之前
父节点
当前提交
1c52befbdb
共有 3 个文件被更改,包括 12 次插入3 次删除
  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
 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
 ## [31.0.2] - 2020-04-30
 
 
 ### Fixed
 ### Fixed

+ 1 - 1
compose/docker-compose.dev.yml

@@ -1,7 +1,7 @@
 # Mark Shust's Docker Configuration for Magento
 # Mark Shust's Docker Configuration for Magento
 # (https://github.com/markshust/docker-magento)
 # (https://github.com/markshust/docker-magento)
 #
 #
-# Version 31.0.2
+# Version 32.0.0
 
 
 version: "3"
 version: "3"
 
 

+ 2 - 2
compose/docker-compose.yml

@@ -1,7 +1,7 @@
 # Mark Shust's Docker Configuration for Magento
 # Mark Shust's Docker Configuration for Magento
 # (https://github.com/markshust/docker-magento)
 # (https://github.com/markshust/docker-magento)
 #
 #
-# Version 31.0.2
+# Version 32.0.0
 
 
 version: "3"
 version: "3"
 
 
@@ -38,7 +38,7 @@ services:
     image: redis:5.0
     image: redis:5.0
 
 
   elasticsearch:
   elasticsearch:
-    image: markoshust/magento-elasticsearch:7.6.2-0
+    image: markoshust/magento-elasticsearch:7.6.2-1
     ports:
     ports:
       - "9200:9200"
       - "9200:9200"
       - "9300:9300"
       - "9300:9300"