Skip to content

Commit

Permalink
Prepare for release 1.0.9.3
Browse files Browse the repository at this point in the history
## Edge Agent
### Bug Fixes
* Remove device cloud connection upon device disconnection ([60b125e](60b125e))
* Upgrade Microsoft.Azure.Devices.Client from 1.23.1 to 1.23.2 ([0e58900](0e58900))

## Edge Hub
### Bug Fixes
* Remove device cloud connection upon device disconnection ([fb33e62](fb33e62))
* Upgrade Microsoft.Azure.Devices.Client from 1.23.1 to 1.23.2 ([0e58900](0e58900))
  • Loading branch information
yophilav authored Jun 18, 2020
1 parent 3a7df8d commit ad04e23
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.0.9.3 (2020-06-18)
## Edge Agent
### Bug Fixes
* GetTwinAsync closes and reopens module client if an exception is not a timeout exception ([60b125e](https://github.com/Azure/iotedge/commit/60b125ee5116e23fc4ba6d86a1bb4971f231d6ce))
* Upgrade Microsoft.Azure.Devices.Client from 1.23.1 to 1.23.2 ([0e58900](https://github.com/Azure/iotedge/commit/0e58900f58251ddfd6e69dc09484ea798f266f10))

## Edge Hub
### Bug Fixes
* Remove device cloud connection upon device disconnection ([fb33e62](https://github.com/Azure/iotedge/commit/fb33e62cb58937009fa2c491021e9629b99cbe29))
* Upgrade Microsoft.Azure.Devices.Client from 1.23.1 to 1.23.2 ([0e58900](https://github.com/Azure/iotedge/commit/0e58900f58251ddfd6e69dc09484ea798f266f10))

# 1.0.9.2 (2020-05-26)
## Edge Hub
### Features
Expand Down
2 changes: 1 addition & 1 deletion versionInfo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.9.2",
"version": "1.0.9.3",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit ad04e23

Please sign in to comment.