Skip to content

Commit

Permalink
Merge pull request #215 from CleverTap/develop
Browse files Browse the repository at this point in the history
Flutter SDK release v2.0.1
  • Loading branch information
KambleSonam authored Feb 1, 2024
2 parents 931df42 + f3100c5 commit 9af42f8
Show file tree
Hide file tree
Showing 10 changed files with 3,127 additions and 3,801 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## CHANGE LOG

### Version 2.0.1 *(1st February 2024)*
-------------------------------------------
**What's new**
* **[Web Platform]**
* Supports [CleverTap Web SDK v1.6.10](https://github.com/CleverTap/clevertap-web-sdk/releases/tag/v1.6.10).

**Bug Fixes**
* **[Web Platform]**
* Fixes [#213](https://github.com/CleverTap/clevertap-flutter/issues/213) - Event structure invalid error.


### Version 2.0.0 *(15th December 2023)*
-------------------------------------------
**What's new**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To get started, sign up [here](https://clevertap.com/live-product-demo/).

```yaml
dependencies:
clevertap_plugin: 2.0.0
clevertap_plugin: 2.0.1
```
- Run `flutter packages get` to install the SDK
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.clevertap.clevertap_plugin'
version '2.0.0'
version '2.0.1'

buildscript {
repositories {
Expand Down
Loading

0 comments on commit 9af42f8

Please sign in to comment.