diff --git a/Changes b/Changes index 0869ccc9cb6..28aa5a3a854 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +# 0.96.2 + +#### UI + +- Added OpDialogue preExecuteSignal() and postExecuteSignal(). +- Added OpDialogue.parameterisedHolder() method. + # 0.96.1 #### Scene diff --git a/SConstruct b/SConstruct index 627cbd17047..9e9b17fa7e2 100644 --- a/SConstruct +++ b/SConstruct @@ -494,7 +494,7 @@ env = Environment( GAFFER_MAJOR_VERSION = "0", GAFFER_MINOR_VERSION = "96", - GAFFER_PATCH_VERSION = "1", + GAFFER_PATCH_VERSION = "2", )