Skip to content

Commit

Permalink
Increment Digital Twins dataplane SDK version for release (Azure#24096)
Browse files Browse the repository at this point in the history
Just a patch release since we are doing this release to pick up the latest from azure-core and other libraries
  • Loading branch information
timtay-microsoft authored Sep 13, 2021
1 parent 8b2ce9e commit 7285951
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 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 @@ -575,7 +575,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
<version>1.1.2</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;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 @@ -85,7 +85,7 @@ com.azure:azure-data-schemaregistry;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-data-schemaregistry-avro;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-data-tables;12.1.2;12.2.0-beta.1
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-digitaltwins-core;1.1.1;1.2.0-beta.1
com.azure:azure-digitaltwins-core;1.1.1;1.1.2
com.azure:azure-e2e;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-identity;1.3.6;1.4.0-beta.1
com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
16 changes: 14 additions & 2 deletions sdk/digitaltwins/azure-digitaltwins-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Release History

## 1.2.0-beta.1 (Unreleased)

## 1.1.2 (2021-09-10)

### Bugs Fixed
- Fixed the lack of separation between "per-call" and "per-retry" HttpPipeline policies (#22932).

### Other Changes
#### Dependency updates
- Upgraded `azure-core` dependency from `1.16.0` to `1.20.0`.
- [azure-core changelog](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core/CHANGELOG.md#1200-2021-09-07)
- Upgraded `azure-core-http-netty` dependency from `1.9.2` to `1.11.0`.
- [azure-core-http-netty changelog](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty/CHANGELOG.md#1110-2021-09-07)
- Upgraded `azure-core-serializer-json-jackson` dependency from `1.2.3` to `1.2.7`.
- [azure-core-serializer-json-jackson changelog](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-serializer-json-jackson/CHANGELOG.md#127-2021-09-07)
- Upgraded `jackson-annotations` dependency from `2.12.2` to `2.12.4`.

## 1.1.1 (2021-05-19)

Expand Down
2 changes: 1 addition & 1 deletion sdk/digitaltwins/azure-digitaltwins-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId>
<version>1.1.0</version>
<version>1.1.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/digitaltwins/azure-digitaltwins-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
<version>1.1.2</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->

<name>Microsoft Azure client library for Digital Twins</name>
<description>This package contains the Microsoft Azure DigitalTwins client library.</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/digitaltwins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
<version>1.1.2</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
</dependency>
</dependencies>

Expand Down

0 comments on commit 7285951

Please sign in to comment.