From 04e25b85f3b4a9cb4e733887284e4ebd06b979f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 03:00:24 +0000 Subject: [PATCH] chore(main): release 0.1.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 26 ++++++++++++++++++++++++++ build.gradle.kts | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d328d0e..8a982e4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.9" + ".": "0.1.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f49aaab..25e9d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/build.gradle.kts b/build.gradle.kts index f03ddfc..27823d8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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)