Added - Allow hostnames without a scheme, try to build a valid URL.
Fixed - Convert token values to string when saving to farm.config. - Initialize self.profile_name to DEFAULT so default values are loaded from farm.config. - Initialize self.config_file to None. - Make default config values strings.
0.1.0
**This release brings early support for farmOS OAuth! [18](https://github.com/farmOS/farmOS.py/issues/18)** - Structure the library to support multiple types of authentication - Use configparser and config files to configure the client - Add support the OAuth Authorization Flow - Add support the OAuth Password Credentials Flow - Auto-refresh Authentication Tokens by default - Allow external methods to save tokens - Save Authentication to a Profile in config file
Added - Update the format of response objects [15](https://github.com/farmOS/farmOS.py/issues/15)