diff --git a/CHANGELOG.md b/CHANGELOG.md index 35fb302..e2f3346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ ### 0.7.0+26 August 05, 2023 -- Adds support for custom word collections + +- Adds support for custom word collections Partially fixes [Issue 38](https://github.com/maheshmnj/vocabhub/issues/38) +- Pin words on the Dashboard - Show notification time in user's timezone - Initialize IOS notifications +- Show My Collections on Profile ### 0.6.2+25 August 01, 2023 diff --git a/README.md b/README.md index 18d709a..52d4614 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Vocabhub 0.6.2 +# Vocabhub 0.7.0 Supercharge your vocabulary with our comprehensive app designed to help you excel in English! Whether you're preparing for the GRE or simply aiming to enhance your language skills, this app is your ultimate companion. Unlock the potential of over 800 meticulously curated GRE words, carefully selected to bolster your word power. @@ -18,6 +18,7 @@ Key Features: - Supports dark mode and offers various themes to make learning an enjoyable experience - Supports offline mode to help you learn on the go. - Ability to suggest edits to improve the words on the platform +- Create Custom word collections to help you learn words based on your interests. - Contributions on the platform are transparent and can be viewed by all users. - Edits made for all words are transparent and can be viewed by all users. - Regular updates with new words and features to keep your vocabulary journey exciting and dynamic. diff --git a/pubspec.yaml b/pubspec.yaml index f839de8..1738683 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: vocabhub description: An App to help you build vocabulary. publish_to: "none" -version: 0.6.2+25 +version: 0.7.0+26 environment: sdk: ">=2.17.0 <3.0.0"