Release 3.8.11-3

Bump local version 3.8.11-2 -> 3.8.11-3 for the whitespace-form token
crash fix. Update the -V version string (docker-entrypoint.sh), the
example output in README.md, and promote the CHANGELOG [Unreleased]
section to [3.8.11-3].

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Change-Id: Iceaf8955955c1394bcc32a9baa6fa78de496ce87
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b963c52..713e5b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,7 @@
 
 Version numbers follow the pattern: `<spaCy-version>-<release-number>`
 
-## [Unreleased]
+## [3.8.11-3] - 2026-06-19
 
 ### Fixed
 - Worker-pool cascade crash on corpora containing a token whose surface form
@@ -73,5 +73,6 @@
 - Batch processing for performance
 - Compatible with korapxmltool
 
+[3.8.11-3]: https://github.com/KorAP/conllu-spacy-docker/releases/tag/3.8.11-3
 [3.8.11-2]: https://github.com/KorAP/conllu-spacy-docker/releases/tag/3.8.11-2
 [3.8.11-1]: https://github.com/KorAP/conllu-spacy-docker/releases/tag/3.8.11-1
diff --git a/README.md b/README.md
index 1f02b66..ba86b8a 100644
--- a/README.md
+++ b/README.md
@@ -167,7 +167,7 @@
 Example output:
 ```
 === Version Information ===
-conllu-spacy-docker version: 3.8.11-2
+conllu-spacy-docker version: 3.8.11-3
 spaCy version: 3.8.11
 GermaLemma version: 0.1.3
 Python version: 3.12.1
diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh
index e2c972b..60ab860 100755
--- a/docker-entrypoint.sh
+++ b/docker-entrypoint.sh
@@ -62,7 +62,7 @@
             ;;
         V)
             echo "=== Version Information ===" >&2
-            echo "conllu-spacy-docker version: 3.8.11-2" >&2
+            echo "conllu-spacy-docker version: 3.8.11-3" >&2
             python -c "import spacy; print(f'spaCy version: {spacy.__version__}')" >&2
 
             # Check for GermaLemma