Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.9"
".": "0.1.10"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.1.10](https://github.com/agentnameservice/ans-sdk-java/compare/v0.1.9...v0.1.10) (2026-07-31)


### Features

* sync with ans Discovery Profiles ([#101](https://github.com/agentnameservice/ans-sdk-java/issues/101)) ([a505742](https://github.com/agentnameservice/ans-sdk-java/commit/a50574231577b110adc6f4850bf788a65be93bdd))


### Bug Fixes

* improve logging for connection failures ([#96](https://github.com/agentnameservice/ans-sdk-java/issues/96)) ([86bf347](https://github.com/agentnameservice/ans-sdk-java/commit/86bf347539da625e26207a2243dcb27f9a0a7804))
* Replace build-time OpenAPI generated models ([#100](https://github.com/agentnameservice/ans-sdk-java/issues/100)) ([c82194a](https://github.com/agentnameservice/ans-sdk-java/commit/c82194ab9aca69efd67bb76e20be6c61a7cc7996))


### Miscellaneous

* **deps:** Bump actions/cache from 5.0.5 to 6.1.0 ([#77](https://github.com/agentnameservice/ans-sdk-java/issues/77)) ([69d5363](https://github.com/agentnameservice/ans-sdk-java/commit/69d5363eb1dbe77c46c48e434b74c4dc6582a0e7))
* **deps:** Bump actions/checkout from 7.0.0 to 7.0.1 ([#93](https://github.com/agentnameservice/ans-sdk-java/issues/93)) ([c4f7e4f](https://github.com/agentnameservice/ans-sdk-java/commit/c4f7e4f5ad0c4200e7c770ff9d448a83cdd63650))
* **deps:** Bump actions/setup-java from 5.3.0 to 5.5.0 ([#80](https://github.com/agentnameservice/ans-sdk-java/issues/80)) ([4fdcbaa](https://github.com/agentnameservice/ans-sdk-java/commit/4fdcbaa93dd63b5e4208ca6cfce017e550dbd05f))
* **deps:** Bump actions/setup-java from 5.5.0 to 5.6.0 ([#88](https://github.com/agentnameservice/ans-sdk-java/issues/88)) ([28b1658](https://github.com/agentnameservice/ans-sdk-java/commit/28b1658dd28e2064158c5330f5ce672b82e785d5))
* **deps:** Bump com.vanniktech.maven.publish from 0.36.0 to 0.37.0 ([#74](https://github.com/agentnameservice/ans-sdk-java/issues/74)) ([cf19333](https://github.com/agentnameservice/ans-sdk-java/commit/cf1933325fe98d40be2954ee5b281578544d434f))
* **deps:** Bump gradle-wrapper from 9.6.0 to 9.6.1 ([#78](https://github.com/agentnameservice/ans-sdk-java/issues/78)) ([e9dd6bb](https://github.com/agentnameservice/ans-sdk-java/commit/e9dd6bbd68c0c91711435f9f46cc14e70e27bb7c))
* **deps:** bump mcp 1.1.2 -> 2.0.0 ([#79](https://github.com/agentnameservice/ans-sdk-java/issues/79)) ([fde7b24](https://github.com/agentnameservice/ans-sdk-java/commit/fde7b24db77c8247a9423a164afa72441636ed0a))
* **deps:** Bump org.openapi.generator from 7.22.0 to 7.23.0 ([#72](https://github.com/agentnameservice/ans-sdk-java/issues/72)) ([7db3247](https://github.com/agentnameservice/ans-sdk-java/commit/7db32472a1070b34e9427f33303b5adf86a1789e))
* **deps:** Bump org.openapi.generator from 7.23.0 to 7.24.0 ([#94](https://github.com/agentnameservice/ans-sdk-java/issues/94)) ([c920498](https://github.com/agentnameservice/ans-sdk-java/commit/c92049893799f0cbfa122476583d4295c95a9bb9))

## [0.1.9](https://github.com/agentnameservice/ans-sdk-java/compare/v0.1.8...v0.1.9) (2026-06-29)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

allprojects {
group = "com.godaddy.ans"
version = "0.1.9" // x-release-please-version
version = "0.1.10" // x-release-please-version
}

// Modules to publish (excludes examples)
Expand Down