diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e1bb6f..2ae55fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog Changes to the project will be tracked in this file via the date of change. +## 2023-07-10 +- Adds feature to ScanOCR that will perform OCR on PDF documents (If enabled). (@alexk307) +- Bumps `grpcio` dependencies for `python` and `go` + ## 2023-06-14 - Bug fix for Frontend Request ID (@nighttardis)