diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 033e2d44..0ed71f7f 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.2.10"
+ ".": "0.2.11"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index edd3841c..df7c3e3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,34 @@
# Changelog
+## [0.2.11](https://github.com/DaisyModi/multicloudj/compare/multicloudj-v0.2.10...multicloudj-v0.2.11) (2025-11-01)
+
+
+### Bug Fixes
+
+* correct changelog to show commits between releases ([#97](https://github.com/DaisyModi/multicloudj/issues/97)) ([f41d143](https://github.com/DaisyModi/multicloudj/commit/f41d1434b9f407487c4bd500973b72b9f8cf8275))
+
+
+### Blob Store
+
+* add getTag and setTag apis ([#117](https://github.com/DaisyModi/multicloudj/issues/117)) ([942347e](https://github.com/DaisyModi/multicloudj/commit/942347ef2ef428f0a19742078349b22df21cf6a9))
+* Add SSE in multi-part upload ([#112](https://github.com/DaisyModi/multicloudj/issues/112)) ([32a920f](https://github.com/DaisyModi/multicloudj/commit/32a920fb6625cfdd30be6d4c9035429a0ebc2d0b))
+
+
+### Document Store
+
+* release please and fix the test ([#105](https://github.com/DaisyModi/multicloudj/issues/105)) ([d7458bd](https://github.com/DaisyModi/multicloudj/commit/d7458bd16fc9134a2faa6878d28716f66a3f2ea4))
+* test the release ([#101](https://github.com/DaisyModi/multicloudj/issues/101)) ([c94e18a](https://github.com/DaisyModi/multicloudj/commit/c94e18a270d80c44f4d53773ec9c6003d99ce2c5))
+
+
+### PubSub
+
+* add getAttributes for gcp pubsub ([#120](https://github.com/DaisyModi/multicloudj/issues/120)) ([228ab6f](https://github.com/DaisyModi/multicloudj/commit/228ab6fda6f7ad7f963ef3c676cac513c4d62520))
+
+
+### IAM
+
+* onboarding client layer for IAM ([#90](https://github.com/DaisyModi/multicloudj/issues/90)) ([a57e09d](https://github.com/DaisyModi/multicloudj/commit/a57e09deb11eae6e0c3abe28a33f912729131d2e))
+
## [0.2.10](https://github.com/salesforce/multicloudj/compare/multicloudj-v0.2.9...multicloudj-v0.2.10) (2025-10-30)
diff --git a/blob/blob-ali/pom.xml b/blob/blob-ali/pom.xml
index 6ef5f51b..168ca6db 100644
--- a/blob/blob-ali/pom.xml
+++ b/blob/blob-ali/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
blob
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/blob/blob-aws/pom.xml b/blob/blob-aws/pom.xml
index c752fc5f..4538c2e0 100644
--- a/blob/blob-aws/pom.xml
+++ b/blob/blob-aws/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
blob
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/blob/blob-client/pom.xml b/blob/blob-client/pom.xml
index 027c8e06..f8e117b8 100644
--- a/blob/blob-client/pom.xml
+++ b/blob/blob-client/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
blob
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/blob/blob-gcp/pom.xml b/blob/blob-gcp/pom.xml
index fde6c832..46c3b70b 100644
--- a/blob/blob-gcp/pom.xml
+++ b/blob/blob-gcp/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
blob
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/blob/pom.xml b/blob/pom.xml
index 970ff6ed..f179b9d3 100644
--- a/blob/pom.xml
+++ b/blob/pom.xml
@@ -4,7 +4,7 @@
com.salesforce.multicloudj
multicloudj-parent
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
blob
diff --git a/coverage-report/pom.xml b/coverage-report/pom.xml
index 5514bb94..3f1e50e0 100644
--- a/coverage-report/pom.xml
+++ b/coverage-report/pom.xml
@@ -5,7 +5,7 @@
com.salesforce.multicloudj
multicloudj-parent
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/docstore/docstore-ali/pom.xml b/docstore/docstore-ali/pom.xml
index 3506f597..8ae6d135 100644
--- a/docstore/docstore-ali/pom.xml
+++ b/docstore/docstore-ali/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
docstore
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/docstore/docstore-aws/pom.xml b/docstore/docstore-aws/pom.xml
index 015e6c6d..7243d837 100644
--- a/docstore/docstore-aws/pom.xml
+++ b/docstore/docstore-aws/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
docstore
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/docstore/docstore-client/pom.xml b/docstore/docstore-client/pom.xml
index 3d351512..f396b60b 100644
--- a/docstore/docstore-client/pom.xml
+++ b/docstore/docstore-client/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
docstore
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/docstore/docstore-gcp-firestore/pom.xml b/docstore/docstore-gcp-firestore/pom.xml
index 4d70e90b..228ca83c 100644
--- a/docstore/docstore-gcp-firestore/pom.xml
+++ b/docstore/docstore-gcp-firestore/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
docstore
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/docstore/docstore-gcp-spanner/pom.xml b/docstore/docstore-gcp-spanner/pom.xml
index bcd2889d..cf13e5e9 100644
--- a/docstore/docstore-gcp-spanner/pom.xml
+++ b/docstore/docstore-gcp-spanner/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
docstore
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/docstore/pom.xml b/docstore/pom.xml
index 22031936..d72c1323 100644
--- a/docstore/pom.xml
+++ b/docstore/pom.xml
@@ -4,7 +4,7 @@
com.salesforce.multicloudj
multicloudj-parent
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
docstore
diff --git a/examples/pom.xml b/examples/pom.xml
index 5f59d130..44d07066 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -4,7 +4,7 @@
com.salesforce.multicloudj
multicloudj-parent
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
multicloudj-examples
diff --git a/iam/iam-client/pom.xml b/iam/iam-client/pom.xml
index 790f82e1..a3a38443 100644
--- a/iam/iam-client/pom.xml
+++ b/iam/iam-client/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
iam
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/iam/pom.xml b/iam/pom.xml
index 8ed08a44..239013c5 100644
--- a/iam/pom.xml
+++ b/iam/pom.xml
@@ -4,7 +4,7 @@
com.salesforce.multicloudj
multicloudj-parent
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
iam
diff --git a/multicloudj-common-ali/pom.xml b/multicloudj-common-ali/pom.xml
index a98c9a00..400a4ee1 100644
--- a/multicloudj-common-ali/pom.xml
+++ b/multicloudj-common-ali/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
multicloudj-parent
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/multicloudj-common-aws/pom.xml b/multicloudj-common-aws/pom.xml
index 36615aff..b9ff5c62 100644
--- a/multicloudj-common-aws/pom.xml
+++ b/multicloudj-common-aws/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
multicloudj-parent
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/multicloudj-common-gcp/pom.xml b/multicloudj-common-gcp/pom.xml
index b317de13..fdb6bb09 100644
--- a/multicloudj-common-gcp/pom.xml
+++ b/multicloudj-common-gcp/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
multicloudj-parent
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/multicloudj-common/pom.xml b/multicloudj-common/pom.xml
index d6614f98..b0b3eac2 100644
--- a/multicloudj-common/pom.xml
+++ b/multicloudj-common/pom.xml
@@ -10,7 +10,7 @@
com.salesforce.multicloudj
multicloudj-parent
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/pom.xml b/pom.xml
index e9ef8604..f0a9e4e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
multicloudj-parent
pom
Salesforce Multi-substrate Java SDK
- 0.2.11-SNAPSHOT
+ 0.2.11
multicloudj
https://github.com/salesforce/multicloudj
diff --git a/pubsub/pom.xml b/pubsub/pom.xml
index cce71955..4608390e 100644
--- a/pubsub/pom.xml
+++ b/pubsub/pom.xml
@@ -4,7 +4,7 @@
com.salesforce.multicloudj
multicloudj-parent
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
pubsub
diff --git a/pubsub/pubsub-aws/pom.xml b/pubsub/pubsub-aws/pom.xml
index 395137ba..f4634bb8 100644
--- a/pubsub/pubsub-aws/pom.xml
+++ b/pubsub/pubsub-aws/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
pubsub
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/pubsub/pubsub-client/pom.xml b/pubsub/pubsub-client/pom.xml
index 29ead642..50ddcbb9 100644
--- a/pubsub/pubsub-client/pom.xml
+++ b/pubsub/pubsub-client/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
pubsub
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/pubsub/pubsub-gcp/pom.xml b/pubsub/pubsub-gcp/pom.xml
index 320b9ce4..e90d47cb 100644
--- a/pubsub/pubsub-gcp/pom.xml
+++ b/pubsub/pubsub-gcp/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
pubsub
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/sts/pom.xml b/sts/pom.xml
index 12689589..480c31a5 100644
--- a/sts/pom.xml
+++ b/sts/pom.xml
@@ -4,7 +4,7 @@
com.salesforce.multicloudj
multicloudj-parent
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
sts
diff --git a/sts/sts-ali/pom.xml b/sts/sts-ali/pom.xml
index 5ec35f3c..36b5963f 100644
--- a/sts/sts-ali/pom.xml
+++ b/sts/sts-ali/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
sts
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/sts/sts-aws/pom.xml b/sts/sts-aws/pom.xml
index 0f87b1b0..bd51e02d 100644
--- a/sts/sts-aws/pom.xml
+++ b/sts/sts-aws/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
sts
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/sts/sts-client/pom.xml b/sts/sts-client/pom.xml
index 0abf3d2c..a053c938 100644
--- a/sts/sts-client/pom.xml
+++ b/sts/sts-client/pom.xml
@@ -9,7 +9,7 @@
com.salesforce.multicloudj
sts
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml
diff --git a/sts/sts-gcp/pom.xml b/sts/sts-gcp/pom.xml
index e0e487cc..c4bffc16 100644
--- a/sts/sts-gcp/pom.xml
+++ b/sts/sts-gcp/pom.xml
@@ -10,7 +10,7 @@
com.salesforce.multicloudj
sts
- 0.2.11-SNAPSHOT
+ 0.2.11
../pom.xml