diff --git a/CHANGELOG.md b/CHANGELOG.md index 76dfdd1..514a085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v1.19.1 (2023-09-26) + + ## v1.19.0 (2023-09-20) ### Feature * **core:** Allow loading from a URL like you would a local file ([`aca52a9`](https://github.com/trialandsuccess/configuraptor/commit/aca52a9345e0d6ba969815208fa214a7525d6f6f)) diff --git a/src/configuraptor/__about__.py b/src/configuraptor/__about__.py index 6a8eec0..a571b06 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.19.0" +__version__ = "1.19.1"