Released on Sep 30, 2022
**airt-server changes:**
* Feature: Rename from_csv, from_parquet routes to to_datasource route
* Feature: Add new routes to register and validate the phone number
* Feature: Add new route to reset password
* Feature: Add new route to send OTP via SMS to the registered phone number
* Feature: Accept both TOTP and SMS OTP for validation in disable_mfa and reset_password routes
* Feature: Add cloud_provider parameter in datablob routes to store datablob in aws or azure
* Fix: Add phone number field in /user/create route
* Fix: Remove password field in /user/update route
* Fix: Remove OTP requirement for read-only /user and /apikey routes
**airt-client changes:**
* Feature: Integrate to_datasource method and remove from_csv, from_parquet methods
* Feature: Integrate register and validate the phone number routes
* Feature: Integrate reset password route
* Feature: Integrate send SMS OTP route
* Feature: Integrate disable_mfa route changes
* Feature: Integrate cloud_provider changes
* Fix: Integrate user and apikey route changes