diff --git a/.env.example b/.env.example index 7304fbe..505af53 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -BYTESHARE_VERSION=0.3.1 +BYTESHARE_VERSION=0.3.2 ENVIRONMENT=development NEXT_PUBLIC_API_BASE_URL=http://localhost:8000 NEXT_PUBLIC_APPWRITE_PROJECT_ID= diff --git a/CHANGES.md b/CHANGES.md index a95bebd..65ae47e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +# Version 0.3.2 + +## What's Changed +### Bug Fix +* Fixed send button disabled issue by @ambujraj in https://github.com/innovencelabs/byteshare/pull/206 + +### Miscellaneous +* Adapt to repo transfer by @ambujraj in https://github.com/innovencelabs/byteshare/pull/207 + +**Full Changelog**: https://github.com/innovencelabs/byteshare/compare/0.3.1...0.3.2 + # Version 0.3.1 ## What's Changed