diff --git a/lib-cloudinfo/README.md b/lib-cloudinfo/README.md index 80052e7..94467d7 100644 --- a/lib-cloudinfo/README.md +++ b/lib-cloudinfo/README.md @@ -10,7 +10,7 @@ Add the dependency to your `build.gradle`: ```gradle dependencies { - implementation 'io.seqera:lib-cloudinfo:1.1.1' + implementation 'io.seqera:lib-cloudinfo:1.1.2' } ``` diff --git a/lib-cloudinfo/VERSION b/lib-cloudinfo/VERSION index 524cb55..45a1b3f 100644 --- a/lib-cloudinfo/VERSION +++ b/lib-cloudinfo/VERSION @@ -1 +1 @@ -1.1.1 +1.1.2 diff --git a/lib-cloudinfo/changelog.txt b/lib-cloudinfo/changelog.txt index 96f3f05..8fe8410 100644 --- a/lib-cloudinfo/changelog.txt +++ b/lib-cloudinfo/changelog.txt @@ -1,5 +1,8 @@ # lib-cloudinfo changelog +1.1.2 - 7 May 2026 +- Add value-based equals, hashCode and toString to ProductsQuery so instances built from the same flags compare equal and can be used safely as map keys / cache keys (PR #66). + 1.1.1 - 7 May 2026 - Re-release of 1.1.0 to capture the CloudProduct.features change that was committed after the 1.1.0 release commit on PR #61 and therefore missing from the 1.1.0 artifact.