@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- N/A
+## [23.2.1] - 2019-07-11
+
+### Fixed
+- Mailhog container doesn't stop when running bin/stop
## [23.2.0] - 2019-07-07
### Added
@@ -1,2 +1,2 @@
#!/bin/bash
-docker-compose stop
+docker-compose -f docker-compose.yml -f docker-compose.dev.yml stop
@@ -1,5 +1,5 @@
# Mark Shust's Docker Configuration for Magento (https://github.com/markshust/docker-magento)
-# Version 23.2.0
+# Version 23.2.1
version: "3"