Skip to content

Commit ae8f9eb

Browse files
author
Tony Myles
committed
Updated for version 1.4.5
1 parent 3940def commit ae8f9eb

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
Change Log
22
==========
33

4+
Version 1.4.5 *(2019-09-20)*
5+
----------------------------
6+
* Fix: `AferoClient.resetPasswordWithCode` now actually works rather than returning a 400 error.
7+
* New: AferoLab sample app now has a basic "Forgot Password" flow.
8+
49
Version 1.4.4 *(2019-09-09)*
510
----------------------------
6-
* Fixed: Added logic to `ConclaveDeviceEventSource.stop()` to clear the access credentials and account id.
11+
* Fix: Added logic to `ConclaveDeviceEventSource.stop()` to clear the access credentials and account id.
712
* Removed: `ConclaveDeviceEventSource.setAccountId()` since this function is defunct.
813

914
Version 1.4.3 *(2019-08-22)*

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
author: Tony Myles
33
title: "AferoJavaSDK"
4-
date: 2019-Sept-9
5-
status: 1.4.4
4+
date: 2019-Sept-20
5+
status: 1.4.5
66
---
77

88
# AferoJavaSDK
@@ -32,23 +32,23 @@ The SDK is composed of four separate modules.
3232

3333
The `afero-sdk-core` module is required for base functionality such as interacting with the Afero Cloud and manipulating devices.
3434
```Gradle
35-
implementation 'io.afero.sdk:afero-sdk-core:1.4.4'
35+
implementation 'io.afero.sdk:afero-sdk-core:1.4.5'
3636
```
3737

3838
The `afero-sdk-client-retrofit2` module provides an optional implementation of the AferoClient REST API interface using [Retrofit2](http://square.github.io/retrofit/) and [okhttp3](http://square.github.io/okhttp/). If you choose not to include this module in your project, you will need to develop your own implementation of AferoClient using your preferred http client library.
3939

4040
```Gradle
41-
implementation 'io.afero.sdk:afero-sdk-client-retrofit2:1.4.4'
41+
implementation 'io.afero.sdk:afero-sdk-client-retrofit2:1.4.5'
4242
```
4343

4444
The `afero-sdk-android` module is required for Android development.
4545
```Gradle
46-
implementation 'io.afero.sdk:afero-sdk-android:1.4.4'
46+
implementation 'io.afero.sdk:afero-sdk-android:1.4.5'
4747
```
4848

4949
The `afero-sdk-softhub` module is required for soft hub functionality on Android.
5050
```Gradle
51-
implementation 'io.afero.sdk:afero-sdk-softhub:1.4.4'
51+
implementation 'io.afero.sdk:afero-sdk-softhub:1.4.5'
5252
implementation "io.afero.sdk:hubby:1.0.844@aar"
5353
```
5454

0 commit comments

Comments
 (0)