From fcdc711b873e44f97add0067a86893e485ae82e1 Mon Sep 17 00:00:00 2001 From: Oleksandr Mandryk <2678920+omandryk@users.noreply.github.com> Date: Tue, 11 Aug 2026 12:40:37 -0400 Subject: [PATCH] release: prepare 1.5.0 candidate --- CHANGELOG.md | 8 ++++++-- README.md | 2 +- pom.xml | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) 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