diff --git a/CHANGELOG.md b/CHANGELOG.md index f53833f..b5f0e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### CryptomatteArnold 1.1.2 release notes: + +* Removes calls to deprecated APIs and works with multiple Arnold universes. (Thanks @sebastienblor) + ### CryptomatteArnold 1.1.1 release notes: * Fixed tests to work with Arnold 6 (were unnecessarily strict and were failing due to unrelated changes. diff --git a/CMakeLists.txt b/CMakeLists.txt index c8b9138..349128c 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 1) +set(CM_PATCH_VERSION 2) 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 8d43b10..e4658f8 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.1. See [changelog](CHANGELOG.md) for version history. +Version 1.1.2. See [changelog](CHANGELOG.md) for version history. ## Requirements