diff --git a/CHANGELOG.md b/CHANGELOG.md index 78328ff..b880d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.25.1 (2024-01-22) +### Fix +* **beautify:** Minor tweaks and cleanup ([`fdfe1fe`](https://github.com/trialandsuccess/configuraptor/commit/fdfe1fe42f51d639076ff8515e90b86d84bcbd5b)) + ## v1.25.0 (2024-01-22) ### Feature * **beautify:** Added the @beautify decorator to automatically set a nice __repr__ and __str__ (since these don't inherit) ([`366a8b0`](https://github.com/trialandsuccess/configuraptor/commit/366a8b0cb8d80ae21a21073bf7f5a01389696af6)) diff --git a/src/configuraptor/__about__.py b/src/configuraptor/__about__.py index ebcabb4..ed74f56 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.25.0" +__version__ = "1.25.1"