From de78affa75d5ee6647719db5fdea8e95c12514bc Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Mon, 8 Aug 2016 11:39:52 -0400 Subject: [PATCH] Updated CHANGES.md --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9e979a8..7cb0b43 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ Change Log ========== +### 0.1.3 - 2016-08-08 + +* Fixed a bug causing models with no mtl file to not convert. + ### 0.1.2 - 2016-07-25 * Converted the API to now use promises instead of callbacks. [#21](https://github.com/AnalyticalGraphicsInc/OBJ2GLTF/pull/21)