This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika-docker.git


The following commit(s) were added to refs/heads/main by this push:
     new cbd003b  update versions for 3.2.2.0 release
cbd003b is described below

commit cbd003b06feeb6010da1ceb85d63236e3295c8b6
Author: tallison <[email protected]>
AuthorDate: Mon Sep 15 15:29:18 2025 -0400

    update versions for 3.2.2.0 release
---
 .env       |  2 +-
 CHANGES.md |  3 +++
 README.md  | 10 ++++++----
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/.env b/.env
index 1325445..09a13a4 100644
--- a/.env
+++ b/.env
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-TAG=3.2.2.0
\ No newline at end of file
+TAG=3.2.3.0
\ No newline at end of file
diff --git a/CHANGES.md b/CHANGES.md
index 626c637..9ec20f2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,6 +4,9 @@ As of 2.5.0.1, we started adding a digit for Docker versions.  
Going forward, we
 a four digit version, where the first three are the Tika version and the last 
one is the docker version.
 As of 2.5.0.2, we started tagging release commits in our github repo.
 
+* 3.2.3.0 (15 Sep 2025)
+  * First 3.2.3 release
+
 * 3.2.2.0 (8 Aug 2025)
   * First 3.2.2 release
 
diff --git a/README.md b/README.md
index d64b16f..0759ed9 100644
--- a/README.md
+++ b/README.md
@@ -17,12 +17,14 @@ To install more languages simply update the apt-get command 
to include the packa
 ## Available Tags
 
 Below are the most recent 3.x series tags:
-- `latest`, `3.2.2.0`: Apache Tika Server 3.2.2.0 (Minimal)
-- `latest-full`, `3.2.2.0-full`: Apache Tika Server 3.2.2.0 (Full)
+- `latest`, `3.2.3.0`: Apache Tika Server 3.2.3.0 (Minimal)
+- `latest-full`, `3.2.3.0-full`: Apache Tika Server 3.2.3.0 (Full)
+- `3.2.3.0`, `3.2.3.0`: Apache Tika Server 3.2.3.0 (Minimal)
+- `3.2.3.0`, `3.2.3.0-full`: Apache Tika Server 3.2.3.0 (Full)
 - `3.2.2.0`, `3.2.2.0`: Apache Tika Server 3.2.2.0 (Minimal)
 - `3.2.2.0`, `3.2.2.0-full`: Apache Tika Server 3.2.2.0 (Full)
-- `3.2.1.0`, `3.2.2.0`: Apache Tika Server 3.2.1.0 (Minimal)
-- `3.2.1.0`, `3.2.2.0-full`: Apache Tika Server 3.2.1.0 (Full)
+- `3.2.1.0`, `3.2.1.0`: Apache Tika Server 3.2.1.0 (Minimal)
+- `3.2.1.0`, `3.2.1.0-full`: Apache Tika Server 3.2.1.0 (Full)
 - `3.2.0.0`, `3.2.0.0`: Apache Tika Server 3.2.0.0 (Minimal)
 - `3.2.0.0`, `3.2.0.0-full`: Apache Tika Server 3.2.0.0 (Full)
 - `3.1.0.0`, `3.1.0.0`: Apache Tika Server 3.1.0.0 (Minimal)

Reply via email to