diff --git a/CHANGES b/CHANGES deleted file mode 100644 index d4a938244..000000000 --- a/CHANGES +++ /dev/null @@ -1,5 +0,0 @@ -Version 1.0.0 (NOT-RELEASED) -------------- - -Version 0.1.0 (PRE-RELEASE) -------------- diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 000000000..5c60aaa35 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,23 @@ +# Version 0.2.0 (PRE-RELEASE) +------------- + +## Features + +* Added option to limit access to the Appwrite console +* Added option to disable abuse check and rate limits +* Added input field with the server API endpoint for easy access +* Added new OAuth providers for Google and Gitlab +* Added 8 new locales for locale service and email tempaltes (no, pt-br, es, ua, ru, id, fi, cat) + +## Bug Fixes + +* Fixed bug not allowing to update OAuth providers settings +* Fixed some broken API examples in docs + +## Breaking Changes + +* Changed auth service 'redirect' param to 'confirm' for better clarity +* Updated all SDKs to sync with API changes + +# Version 0.1.15 (NOT-RELEASED) +------------- \ No newline at end of file