Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Commit

Permalink
Prepare release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliu-amp committed Apr 15, 2020
1 parent d00ad26 commit be46ff7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.4.0
* Add support for sending automatic session events. (session start and session end).
* By default this feature is turned off.
* Please enable it in the config during initialization. e.g. `AmplitudeFlutter('API_KEY', Config(trackSessionEvents: true))`

## 1.3.0
* Give user the abilities to customize the DB store. Thanks @reinaldomoreira!

Expand Down
2 changes: 1 addition & 1 deletion lib/src/constants.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Constants {
static const packageName = 'amplitude-flutter';
static const packageVersion = '1.3.0';
static const packageVersion = '1.4.0';

// Local storage
static const kLocalStoreDeviceIdKey = 'amp:device_id';
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: amplitude_flutter
description: Official Flutter plugin for tracking events and revenue to Amplitude.
version: 1.3.0
version: 1.4.0
homepage: https://github.com/amplitude/Amplitude-Flutter

environment:
Expand Down

0 comments on commit be46ff7

Please sign in to comment.