diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c84552..346c5e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ Changes that may have an impact on backwards compatibility (i.e. they may break existing workflows) are marked with `[BC]`. -## 2.0.0 - 2023-03-23 (master) +## 2.0.1 - 2023-03-24 +- Switch base 'config' option (introduced in 2.0.0) to 'dotfile', to prevent conflict with 'config' option in modx:install command. (26f6c3c) + +## 2.0.0 - 2023-03-23 - Prevent E_WARN errors in build - Fix fallback Gitify-Cache-Folder - Bump symfony/console to 5.3.7 diff --git a/README.md b/README.md index 7975d3a..280afca 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ The data file structure is unchanged, so you can safely update to v2. - Gitify v2 is now compatible with Gitify Watch v2. Make sure you've upgraded to the latest version. - The minimum PHP version has been increased to 7.2.5. -- Documentation has not yet been updated for v2. This will happen soon. - `Gitify` has changed to `gitify` and is now in a /bin subdirectory. ## Installation diff --git a/VERSION b/VERSION index daed52f..98dada0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-pl +2.0.1-pl