diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb7eb9..1b214ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -### 2.0.9: 2021-06-2021 +### 2.1.0: 2021-06-21 + +* Bump WordPress to 5.7.2 + +### 2.0.9: 2021-06-21 * Change default mysql host back to 127.0.0.1 instead of localhost as [macos-lemp-stack](https://github.com/digitoimistodude/macos-lemp-setup) and newest brew mariadb updates seem to depend on it diff --git a/composer.json b/composer.json index 1dabbf6..c321124 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "vlucas/phpdotenv": "^5.3", "oscarotero/env": "^2.1", "roots/wp-config": "^1.0", - "johnpbloch/wordpress": "5.7.1", + "johnpbloch/wordpress": "5.7.2", "digitoimistodude/air-helper": "*", "wpackagist-plugin/classic-editor": "*", "wpackagist-plugin/koko-analytics": "*",