From 1fbe85c803356e338a05742b03724e503ddfb2da Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Fri, 4 Oct 2024 13:52:03 -0500 Subject: [PATCH] chore: bump version to v0.11.2 --- CHANGELOG.rst | 8 ++++++++ platform_plugin_aspects/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 983647a..48f616a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,14 @@ Change Log Unreleased ********** +0.11.2 - 2024-10-04 +******************* + +Fixes +===== + +* wait for transaction commit before trying to sink models. + 0.11.1 - 2024-09-06 ******************* diff --git a/platform_plugin_aspects/__init__.py b/platform_plugin_aspects/__init__.py index 1c3b1a0..61d8f8b 100644 --- a/platform_plugin_aspects/__init__.py +++ b/platform_plugin_aspects/__init__.py @@ -5,6 +5,6 @@ import os from pathlib import Path -__version__ = "0.11.1" +__version__ = "0.11.2" ROOT_DIRECTORY = Path(os.path.dirname(os.path.abspath(__file__)))