We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3497281 commit 347a4e5Copy full SHA for 347a4e5
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 0.17.3
2
+
3
+### Enhancements
4
5
+### Features
6
7
+### Fixes
8
+- Resolve open CVEs
9
10
## 0.17.3-dev0
11
12
### Enhancements
@@ -102,6 +111,7 @@
102
111
### Fixes
103
112
104
113
- **Fix file type detection for NDJSON files** NDJSON files were being detected as JSON due to having the same mime-type.
114
+- Base-image was updated to resolved CVEs, running pipline to manually build
105
115
106
116
## 0.16.20
107
117
unstructured/__version__.py
@@ -1 +1 @@
-__version__ = "0.17.3-dev0" # pragma: no cover
+__version__ = "0.17.3" # pragma: no cover
0 commit comments