diff --git a/CHANGELOG.md b/CHANGELOG.md index 640fbe3..3612144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +#### 3.0.1 (2021-06-02) + +##### Documentation Changes + +* add instructions for multiple dll issue ([d2ce2a32](https://github.com/psydack/uimgui/commit/d2ce2a32ec68a9f9ba4832bf89517ee1a680e918)) + +##### Bug Fixes + +* new constraint for multiple unsafe dll ([2191707f](https://github.com/psydack/uimgui/commit/2191707f0c4d7f5e5c2eee3e79fb5804f2e7235a)) + #### 3.0.0 (2021-06-01) ##### Build System / Dependencies diff --git a/package.json b/package.json index 8d1d351..e2332df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.psydack.uimgui", "displayName": "UImGui", - "version": "3.0.0", + "version": "3.0.1", "description": "A Unity wrapper for ImGui", "unity": "2020.3", "dependencies": {