Skip to content

Commit 46d9763

Browse files
committed
chore: bump version to 0.9.8 and update docs
1 parent a581900 commit 46d9763

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.8] - 2025-01-15
9+
10+
### Fixed
11+
- Fixed issue #8: Exclude null fields from JSON serialization to prevent WooCommerce API errors when optional fields are not set
12+
813
## [0.9.0] - 2024-06-10
914

1015
### Added

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ This API client provides a type-safe Java interface for WooCommerce REST API v3,
120120
121121
## 📦 Version information
122122

123-
- **Current version**: `0.9.7`
123+
- **Current version**: `0.9.8`
124124
- **Supported WooCommerce API version**: `v3`
125125
- **Java compatibility**: Java 8+
126126

@@ -142,7 +142,7 @@ You can add the library to your project by including the dependency from Maven C
142142
<dependency>
143143
<groupId>pl.wtx.woocommerce</groupId>
144144
<artifactId>woocommerce-api-client</artifactId>
145-
<version>0.9.7</version>
145+
<version>0.9.8</version>
146146
</dependency>
147147
```
148148

@@ -160,7 +160,7 @@ Then add the locally built artifact to your project:
160160
<dependency>
161161
<groupId>pl.wtx.woocommerce</groupId>
162162
<artifactId>woocommerce-api-client</artifactId>
163-
<version>0.9.7</version>
163+
<version>0.9.8</version>
164164
</dependency>
165165
```
166166

@@ -225,7 +225,7 @@ public class WooCommerceApiClientUsageDemo {
225225

226226
## 📊 Project statistics
227227

228-
-5 GitHub stars
228+
-9 GitHub stars
229229
- 🔄 Regular updates and improvements
230230
- 👥 Open for community contributions
231231

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>pl.wtx.woocommerce</groupId>
88
<artifactId>woocommerce-api-client</artifactId>
9-
<version>0.9.7</version>
9+
<version>0.9.8</version>
1010
<packaging>jar</packaging>
1111

1212
<name>WooCommerce API Client for Java</name>

0 commit comments

Comments
 (0)