add go changes

This commit is contained in:
Chirag Aggarwal
2025-10-08 13:25:28 +05:30
parent adf9ec3e75
commit 8d2df2b744
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ return [
[
'key' => 'go',
'name' => 'Go',
'version' => '0.14.0',
'version' => 'v0.12.0',
'url' => 'https://github.com/appwrite/sdk-for-go',
'package' => 'https://github.com/appwrite/sdk-for-go',
'enabled' => true,
+2 -1
View File
@@ -1,9 +1,10 @@
# Change Log
## 0.14.0
## v0.12.0
* Deprecate `createVerification` method in `Account` service
* Add `createEmailVerification` method in `Account` service
* Add `orderRandom` query support
## 0.9.0