diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2c821..0d43ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.9.2 (2023-06-22) +### Fix +* Internal values (_) should be updatable without TypedConfig._update logic ([`ef24673`](https://github.com/trialandsuccess/configuraptor/commit/ef24673f4304fa58d2b51a429efe7dc62ddc84f9)) + ## v1.9.1 (2023-06-22) ### Fix * Key="" workaround no longer required ([`2c5fcaf`](https://github.com/trialandsuccess/configuraptor/commit/2c5fcaf8471176b82ebf5438d677e8db657018ab)) diff --git a/src/configuraptor/__about__.py b/src/configuraptor/__about__.py index 1d34053..b9da480 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.9.1" +__version__ = "1.9.2"