diff --git a/README.md b/README.md index 328c903d..357f03a3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Thank you for that work. ## Changelog: -### __WORK IN PROGRESS__ +### 3.7.0 (2021-02-03) * (Apollon77) Implement new method to get History/Activities * getActivities Method is still there and still triggers the Amazon route as till now. INo idea ng it still works for some users. I declared it as deprecated now * add new method "getCustomerHistoryRecords" which uses another endpoint on Amazon side and delivers different data. The return is returned relative compatible to getActivities, so should be a drop in replacement - beside the fact that some fileds can not be provided any longer and will be simply empty! (e.g. activityStatus, deviceAccountId ...) Also in the amazon data some fields are no longer existing (e.g. domainAttributes ...) diff --git a/package-lock.json b/package-lock.json index 8b945cf5..e2054033 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "3.6.0", + "version": "3.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index abe849f9..57063ff6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "3.6.0", + "version": "3.7.0", "description": "Remote Control for amazon echo devices", "author": { "name": "Apollon77",