From ce5bf743f60c883e186624ad11424d8f8f143d33 Mon Sep 17 00:00:00 2001 From: magnus Date: Thu, 5 Dec 2024 16:21:41 +0100 Subject: [PATCH] fix: bump changelog --- CHANGELOG.md | 10 ++++++++++ unstructured/__version__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dad4a7f5fb..8b4c440667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.16.10 + +### Enhancements + +### Features + +### Fixes + +- Fix ipv4 regex to correctly include up to three digit octets. + ## 0.16.9 ### Enhancements diff --git a/unstructured/__version__.py b/unstructured/__version__.py index 60597c11bc..ce448b0919 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.16.9" # pragma: no cover +__version__ = "0.16.10" # pragma: no cover