diff --git a/CHANGELOG.md b/CHANGELOG.md index 0232ad5..f53833f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### CryptomatteArnold 1.1.1 release notes: + +* Fixed tests to work with Arnold 6 (were unnecessarily strict and were failing due to unrelated changes. + ### CryptomatteArnold 1.1 release notes: * Preview AOVs are now always displayed in display drivers, even when preview_in_exr is disabled. diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fbdb22..c8b9138 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project(CryptomatteArnold) set(CM_MAJOR_VERSION 1) set(CM_MINOR_VERSION 1) -set(CM_PATCH_VERSION 0) +set(CM_PATCH_VERSION 1) set(CM_VERSION "${CM_MAJOR_VERSION}.${CM_MINOR_VERSION}.${CM_PATCH_VERSION}") set(CMAKE_VERBOSE_MAKEFILE FALSE) diff --git a/README.md b/README.md index 3cf0e5f..8d43b10 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the Arnold 5 implementation of [Cryptomatte](https://github.com/Psyop/Cryptomatte), by Jonah Friedman, Andy Jones, and Anders Langlands. Cryptomatte creates ID mattes automatically with support for motion blur, transparency, and depth of field, using names available in the Arnold scene at render time. -Version 1.1.0. See [changelog](CHANGELOG.md) for version history. +Version 1.1.1. See [changelog](CHANGELOG.md) for version history. ## Requirements