From 230aa774a6bd516bb386c67bd0a99943a9eb39ef Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Oct 2024 13:31:16 +0000 Subject: [PATCH] chore(release): 1.1.0 # [1.1.0](https://github.com/algorandfoundation/xHD-Wallet-API-kt/compare/v1.0.0...v1.1.0) (2024-10-22) ### Bug Fixes * add a fatJar that includes sharedModule ([1c72a15](https://github.com/algorandfoundation/xHD-Wallet-API-kt/commit/1c72a159ed8af30fa0e1b00914684bdcca67ac0c)) * remove dokka due to issues caused in central maven ([0bf3ddf](https://github.com/algorandfoundation/xHD-Wallet-API-kt/commit/0bf3ddf201c2c39bc8f0a0f850ac1daf9c5ad967)) * remove unnecessary secrets being exposed ([e0f31eb](https://github.com/algorandfoundation/xHD-Wallet-API-kt/commit/e0f31ebb84fe14413d2ab929b26bde74b2b7a7f8)) * update dokka version ([7bc4f41](https://github.com/algorandfoundation/xHD-Wallet-API-kt/commit/7bc4f41946cf7e449c80c813195e5e9dbcdb2147)) ### Features * com.algorandfoundation -> foundation.algorand namespace ([7ad80f3](https://github.com/algorandfoundation/xHD-Wallet-API-kt/commit/7ad80f3118d5db662507dc802b6719b80df5855f)) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index aef125e..de652db 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.0.0 +version=1.1.0