Release 0.1.0
pwittchen opened this issue · 1 comments
pwittchen commented
Initial release notes:
- added
Observable<SupplicantState> observeSupplicantState(context)
method, which observes the current WPA supplicant state. - added
Observable<WifiInfo> observeWifiAccessPointChanges(context)
method, which observes the WiFi network the device is connected to.
Things to do:
- bump library version to 0.1.0 ➡️ done in 9050eb4
- upload Archives to Maven Central Repository
- close and release artifact on Nexus
- update gh-pages
- update
CHANGELOG.md
after Maven Sync - update download section in
README.md
after Maven Sync - create new GitHub release
pwittchen commented
New release is ready to use! \o/