diff --git a/composer.json b/composer.json index 143935a..7a20abe 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description" : "A library that can provide of a list of classes in a given namespace", "type": "library", "license": "MIT", - "version": "0.4.1", + "version": "0.4.2", "authors": [ { "name": "Hayden Pierce", diff --git a/docs/changelog.md b/docs/changelog.md index 0e54a88..f473e52 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,8 @@ +Version 0.4.2 +---------- + +* ([Merge Request](https://gitlab.com/hpierce1102/ClassFinder/-/merge_requests/20)) Remove tests and other non-critical files when installing with `composer --perfer-dist`. Thanks, Benedikt Franke + Version 0.4.1 ----------