From b3bbee25f52ac11552e0d09ed1e1ae981bc4453d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 10 Oct 2019 10:34:23 +0200 Subject: [PATCH] Marked version 1.2 as released --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6939ef6..14c905a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ This file logs the changes that are actually interesting to users (new features, changed functionality, fixed bugs). -## Version 1.2 (in development) +## Version 1.2 (2019-10-09) - Migrated from Pipenv to Poetry for managing Python package dependencies. - Windows compatibility fix when using mapped network storage. @@ -11,6 +11,7 @@ changed functionality, fixed bugs). - Allow setting the Shaman JWT authentication token in the `SHAMAN_JWT_TOKEN` environment variable. - Blender 2.81 compatibility fix (T69976). - Fix for external smoke caches not being packed. +- Versions 1.2.1 and 1.2.2 are functionally identical to 1.2 ## Version 1.1.1 (2019-04-18)