diff --git a/CHANGELOG.md b/CHANGELOG.md index c3776b56b82..9bc0b2e0be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,53 @@ # Changelog +## [3.18.11](https://github.com/ynput/OpenPype/tree/3.18.11) + + +[Full Changelog](https://github.com/ynput/OpenPype/compare/3.18.10...3.18.11) + +### **🚀 Enhancements** + + +
+Deadline: Houdini submission settings in OP #6269 + +Make houdini submissions respect pools groups.This is done by: +- Make collect pools works with some Houdini families/product types. +- Make Ayon Houdini submitters get group names from Houdini deadline settings. + + +___ + +
+ +### **🐛 Bug fixes** + + +
+Maya: Ensure unique class name compared to `extract_yeti_cache.py` #6251 + +Fix duplicate `ExtractYetiCache` plug-in name. + + +___ + +
+ + +
+Maya: Correct Alembic export defaults AY-5273 #6268 + +Missing `writeUVs` on the Alembic extraction. + + +___ + +
+ + + + ## [3.18.10](https://github.com/ynput/OpenPype/tree/3.18.10) diff --git a/openpype/version.py b/openpype/version.py index 0d2f2598cf9..c146a9e95eb 100644 --- a/openpype/version.py +++ b/openpype/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package declaring Pype version.""" -__version__ = "3.18.11-nightly.10" +__version__ = "3.18.11" diff --git a/pyproject.toml b/pyproject.toml index ae46de341cf..44781f09a09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OpenPype" -version = "3.18.10" # OpenPype +version = "3.18.11" # OpenPype description = "Open VFX and Animation pipeline with support." authors = ["OpenPype Team "] license = "MIT License"