diff --git a/CHANGELOG.md b/CHANGELOG.md index 514a085..a8a5203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.20.0 (2023-09-28) +### Feature +* **helpers:** Add as_binaryio helper ([`20e4f29`](https://github.com/trialandsuccess/configuraptor/commit/20e4f29b15ca5b867f685ee5cb1bc2c03da576b0)) + ## v1.19.1 (2023-09-26) diff --git a/src/configuraptor/__about__.py b/src/configuraptor/__about__.py index a571b06..4d017d8 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.1" +__version__ = "1.20.0"