diff --git a/CHANGELOG.md b/CHANGELOG.md index c1665c6..18889f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.16.0 (2023-07-25) +### Feature +* A list of data can now also be loaded ([`e962cf8`](https://github.com/trialandsuccess/configuraptor/commit/e962cf8adf48ceff146ec495113c620c5879d777)) + ## v1.15.0 (2023-07-21) ### Feature * Added 'fill' to TypedConfig class to update without overwrite ([`8e27361`](https://github.com/trialandsuccess/configuraptor/commit/8e2736124c675c5a0c7ffc648334158908d51f3b)) diff --git a/src/configuraptor/__about__.py b/src/configuraptor/__about__.py index f46f509..9fa2816 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.15.0" +__version__ = "1.16.0"