Skip to content

Commit

Permalink
Prepare release for Device Update for February 2023 (#33506)
Browse files Browse the repository at this point in the history
* Reset changes to the patch version.

* Updating the SDK dependencies for azure-iot-deviceupdate

* Updating the SDK dependencies for azure-iot-deviceupdate
  • Loading branch information
devlie authored Feb 15, 2023
1 parent 417a800 commit 792fcbe
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-iot-deviceupdate</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-iot-deviceupdate;current} -->
<version>1.0.4</version> <!-- {x-version-update;com.azure:azure-iot-deviceupdate;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ com.azure:azure-developer-devcenter;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-e2e;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-identity;1.8.0;1.9.0-beta.2
com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-iot-deviceupdate;1.0.3;1.1.0-beta.1
com.azure:azure-iot-deviceupdate;1.0.3;1.0.4
com.azure:azure-iot-modelsrepository;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-maps-traffic;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-maps-weather;1.0.0-beta.1;1.0.0-beta.2
Expand Down
11 changes: 5 additions & 6 deletions sdk/deviceupdate/azure-iot-deviceupdate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.0.4 (2023-02-14)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.35.0` to version `1.36.0`.
- Upgraded `azure-core-http-netty` from `1.12.8` to version `1.13.0`.

## 1.0.3 (2023-01-18)

Expand Down
4 changes: 2 additions & 2 deletions sdk/deviceupdate/azure-iot-deviceupdate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Device Update for IoT Hub client library for Java

The library provides access to the Device Update for IoT Hub service that enables customers to publish updates for their IoT devices to the cloud, and then deploy these updates to their devices (approve updates to groups of devices managed and provisioned in IoT Hub).
The library provides access to the Device Update for IoT Hub service that enables customers to publish updates for their IoT devices to the cloud, and then deploy these updates to their devices (approve updates to groups of devices managed and provisioned in IoT Hub).

[Source code](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk) | [Product documentation](https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update)

Expand All @@ -24,7 +24,7 @@ For the best development experience, developers should use the official Microsof
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-iot-deviceupdate</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/deviceupdate/azure-iot-deviceupdate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-iot-deviceupdate</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-iot-deviceupdate;current} -->
<version>1.0.4</version> <!-- {x-version-update;com.azure:azure-iot-deviceupdate;current} -->
<name>Microsoft Device Update for IoT Hub client library for Java</name>
<description>This package contains Microsoft Device Update for IoT Hub client library.</description>

Expand Down

0 comments on commit 792fcbe

Please sign in to comment.