From 10c7a745c76da41af130be753664ef80c0bc9775 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 00:41:05 +0000 Subject: [PATCH] chore(main): release 0.1.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ build.gradle.kts | 2 +- 3 files changed, 13 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..e37705a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.10](https://github.com/agentnameservice/ans-sdk-java/compare/v0.1.9...v0.1.10) (2026-07-14) + + +### 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/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 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 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)) + ## [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 90fa9dd..4477f03 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)