From 3fe68d7bbe18b16996d5831a6765addbe43fd08b Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 1 Jan 2023 14:39:01 -0800 Subject: [PATCH] v1.11.3 --- docs/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 9742a0abc..8253532c9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,9 +4,9 @@ ### Breaking Changes -*Note: PR #2279 could represent a breaking change to the API which may affect third party applications that were only checking the `post_document` endpoint for result = 'OK' as opposed to e.g. HTTP status = 200* +_Note: PR #2279 could represent a breaking change to the API which may affect third party applications that were only checking the `post_document` endpoint for e.g. result = 'OK' as opposed to e.g. HTTP status = 200_ -- Bugfix: Return created task ID when posting document to API [@stumpylog](https://github.com/stumpylog) ([#2279](https://github.com/paperless-ngx/paperless-ngx/pull/2279)) +- Bugfix: Return created task ID when posting document to API [@stumpylog](https://github.com/stumpylog) ([#2279](https://github.com/paperless-ngx/paperless-ngx/pull/2279)) ### Bug Fixes