Skip to content

Commit

Permalink
Update CHANGELOG with 1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SanojPunchihewa authored Jul 27, 2019
1 parent 9117f68 commit 96c6fb9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to InAppUpdater will be documented in this file.

## [Unreleased]
## [1.0.3] - 2019-07-27
### Added
- Method to get the Version code of the Available Update

Expand All @@ -11,6 +11,9 @@ All notable changes to InAppUpdater will be documented in this file.
mUpdateManager = UpdateManager.Builder(this);
```
- No need to pass Activity to `continueUpdate()`

You can find these codes in the [demo app](/app/src/main/java/com/zanojmobiapps/inappupdatedemoapp/MainActivity.java)

## [1.0.3-alpha.1] - 2019-07-25
### Added
- Debug Logs to the UpdateManager
Expand All @@ -22,4 +25,4 @@ mUpdateManager = UpdateManager.Builder(this);
- Package name

## [v1.0] - 2019-07-16
:tada: Initial Release
:tada: Initial Release

0 comments on commit 96c6fb9

Please sign in to comment.