Add CHANGELOG.md

This commit is contained in:
Steve Soltys 2019-02-12 21:30:37 -05:00
parent f21e687a6d
commit 8ec018442a

12
CHANGELOG.md Normal file
View file

@ -0,0 +1,12 @@
## [0.1.2] - 2019-02-11
### Fixed
- Downgrade SDK target version to 26 due to [#15](https://github.com/stevesoltys/backup/issues/15).
## [0.1.1] - 2019-02-11
### Added
- Action bar options for selecting all packages during backup / restore.
- Upgrade compile SDK version to 28.
- Upgrade target SDK version to 28.
### Fixed
- Ignore `com.android.providers.downloads.ui` to resolve [#14](https://github.com/stevesoltys/backup/issues/14).