Skip to content

Commit 6a2a1ed

Browse files
chore: bump version to 1.10.1 and update changelog
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 40f463b commit 6a2a1ed

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.10.1] - 2026-JUN-23
4+
5+
### Fixed
6+
7+
- **Maven Central publish**: Javadoc generation failed on model comments containing `>`, `>=`, or `->` from OpenAPI descriptions (e.g. margin threshold comparisons, call priority ordering). Disabled doclint HTML checks in `maven-javadoc-plugin` so generated comments stay human-readable while Javadoc still builds for release.
8+
- **CI**: PR workflow runs `mvn javadoc:javadoc` so Javadoc failures are caught before release.
9+
310
## [1.10.0] - 2026-JUN-17
411

512
### Added

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<description>Sample Java SDK for the Coinbase Prime REST APIs</description>
2222
<groupId>com.coinbase.prime</groupId>
2323
<url>https://github.com/coinbase/prime-sdk-java</url>
24-
<version>1.10.0</version>
24+
<version>1.10.1</version>
2525
<licenses>
2626
<license>
2727
<name>Apache License, Version 2.0</name>

0 commit comments

Comments
 (0)