diff --git a/.gitattributes b/.gitattributes index cd52004..0e14c30 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,7 @@ # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html # Ignore all test and documentation with "export-ignore". -/.git export-ignore +/.github export-ignore /.gitattributes export-ignore /.gitignore export-ignore /phpunit.xml export-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f847a..dce0ce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,12 @@ All notable changes to this repository will be documented in this file. - N/A +## 1.0.2 - 2020-08-22 + +### Changed + +- Fix typo on `.gitattributes` file + ## 1.0.1 - 2020-08-22 ### Changed