diff --git a/CHANGES.md b/CHANGES.md index ee862cb96..f61f98bd3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +## 4.0.2 (2019-11-11) + - Fixed too strict requirements to haxelib.json data for private libs ([#484](https://github.com/HaxeFoundation/haxelib/issues/484)) + ## 4.0.1 (2019-11-02) - Fixed git dependencies support in haxelib.json ([#476](https://github.com/HaxeFoundation/haxelib/issues/476)) diff --git a/haxelib.json b/haxelib.json index 62dcef185..f87b9c515 100644 --- a/haxelib.json +++ b/haxelib.json @@ -5,7 +5,7 @@ "tags": ["haxelib", "core"], "description": "The haxelib client", "classPath": "src", - "version": "4.0.1", - "releasenote": " * Fixed git dependencies support in haxelib.json (#476)", + "version": "4.0.2", + "releasenote": " * Fixed too strict requirements to haxelib.json data for private libs (#484)", "contributors": ["HaxeFoundation", "back2dos", "ncannasse", "jason", "Simn", "nadako", "andyli"] } diff --git a/run.n b/run.n index 4e353fa89..9ced81af6 100644 Binary files a/run.n and b/run.n differ