From 3521e57466baf7b63b2affaf9d85845a6b6a3000 Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Thu, 1 Oct 2020 11:23:09 -0500 Subject: [PATCH] Prepare 1.2.1 --- changelog.md | 6 ++++++ vgo/build.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 8a2cadf9..ed7f9f6a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,12 @@ Change Log ========== +## 1.2.1 +_10.01.2020_ + +* Fixed: Some images with curves that lie on a circle omit any representation of that circle in the output +* Fixed: Modifying files in-place sometimes results in destroying non-vector files. + ## 1.2.0 _09.28.2020_ diff --git a/vgo/build.properties b/vgo/build.properties index d27d704f..44ff3cf2 100644 --- a/vgo/build.properties +++ b/vgo/build.properties @@ -1 +1 @@ -version=1.2.0 \ No newline at end of file +version=1.2.1 \ No newline at end of file