diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01c0b72..ff96009 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,15 @@
# Changelog
-## Unreleased
+## 1.5.0 - 2026-08-11
- Restored continuous integration across supported Java versions.
- Removed embedded WooCommerce credentials from integration tests.
-- Updated maintained dependencies and build plugins.
+- Updated maintained dependencies and build plugins, including security fixes
+ for Jackson.
+- Normalized store URLs with a trailing slash, with regression coverage and
+ attribution to the original community contribution.
- Updated project ownership, security, and contribution documentation.
+- Added a manually gated Central Publisher Portal release workflow.
## 1.4 - 2019-11-05
diff --git a/README.md b/README.md
index bf43a32..8e5a030 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ A small Java wrapper for the WooCommerce REST API, originally released in 2016 a
com.icoderman
wc-api-java
- 1.4
+ 1.5.0
```
diff --git a/pom.xml b/pom.xml
index 99fde66..70abdfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.icoderman
wc-api-java
- 1.5-SNAPSHOT
+ 1.5.0
jar
WooCommerce API Java Wrapper
@@ -31,7 +31,7 @@
scm:git:https://github.com/omandryk/wc-api-java.git
scm:git:ssh://git@github.com/omandryk/wc-api-java.git
https://github.com/omandryk/wc-api-java
- HEAD
+ v1.5.0