diff --git a/CHANGELOG.md b/CHANGELOG.md index fa69ffd..0ed0b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v2.4.3 (2024-05-14) + +### Fix + +* **proxy:** Make ProxyManager.load return _id_remap ([`175d92d`](https://github.com/Kitware/trame-simput/commit/175d92d7366b677a2c6fe25a727e9aa9a3ef4ac7)) + ## v2.4.2 (2024-05-06) ### Fix diff --git a/setup.cfg b/setup.cfg index ee84cca..d07ee3a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = trame-simput -version = 2.4.2 +version = 2.4.3 description = Simput implementation for trame long_description = file: README.rst long_description_content_type = text/x-rst