diff --git a/CHANGELOG.md b/CHANGELOG.md index b26e23c7..8955c205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [0.2.0](https://github.com/bamlab/flashlight/compare/v0.1.0...v0.2.0) (2023-04-04) + +### BREAKING CHANGES + +- `cloud`: `--apkPath` replaced by `--app`, adapt to new backend architecture + # [0.1.0](https://github.com/bamlab/flashlight/compare/v0.1.0...%40perf-profiler%2Fe2e%400.6.0) (2023-02-06) `android-performance-profiler` becomes Flashlight 🔦 diff --git a/package.json b/package.json index 04179c5e..1af702d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flashlight", - "version": "0.1.0", + "version": "0.2.0", "private": "true", "repository": { "type": "git",