diff --git a/CHANGELOG.md b/CHANGELOG.md index cc05fab..5f9edf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.24.2 (2024-01-17) + +### Fix + +* Allow excluding internal variables from asdict/asjson/etc ([`35af912`](https://github.com/trialandsuccess/configuraptor/commit/35af912e1949e6d0754976817b348c9a339db439)) + ## v1.24.1 (2023-12-04) ### Fix diff --git a/src/configuraptor/__about__.py b/src/configuraptor/__about__.py index d338196..a22dfbe 100644 --- a/src/configuraptor/__about__.py +++ b/src/configuraptor/__about__.py @@ -5,4 +5,4 @@ # SPDX-FileCopyrightText: 2023-present Robin van der Noord # # SPDX-License-Identifier: MIT -__version__ = "1.24.1" +__version__ = "1.24.2"