Skip to content

Commit

Permalink
update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantvu committed Nov 29, 2020
1 parent 2e0d708 commit f8236d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.0
* BREAKING: Update feature flags to be a class instead of a map.
* Added more feature flags.
* PIP hotfix and callback.

## 1.2.0
* Add support for screen sharing.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jitsi_meet
description: Jitsi Meet Plugin - A plugin for integrating open source Jitsi Meet API in flutter. Jitsi Meet is secure, fully featured and allows completely free video conferencing made with https://jitsi.org, a collection of open source projects
version: 1.2.0
version: 2.0.0
homepage: https://github.com/gunschu/jitsi_meet

environment:
Expand Down

3 comments on commit f8236d6

@pishguy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tuantvu how can we see full change log of 2.0 version?

@tuantvu
Copy link
Collaborator Author

@tuantvu tuantvu commented on f8236d6 Nov 30, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pishguy
Copy link

@pishguy pishguy commented on f8236d6 Dec 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tuantvu thanks a lot. how about : Added more feature flags ?

can we know what's more feature flags?

Please sign in to comment.