Skip to content

Commit

Permalink
Prepare tables for October release (#17541)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsiegel authored Nov 12, 2020
1 parent ff5b402 commit 17cbe0d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,4 @@ unreleased_com.azure:azure-messaging-eventhubs;5.3.0
# beta_<groupId>:<artifactId>;dependency-version
# note: Released beta versions will not be manipulated with the automatic PR creation code.
beta_com.azure:azure-security-keyvault-keys;4.3.0-beta.1
beta_com.azure:azure-storage-common;12.9.0-beta.1
beta_com.azure:azure-core-amqp;1.7.0-beta.1
7 changes: 6 additions & 1 deletion sdk/tables/azure-data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.0.0-beta.3 (Unreleased)
## 12.0.0-beta.3 (2020-11-12)

### New Features

Expand All @@ -20,6 +20,11 @@
to `null`. [#16386](https://github.com/Azure/azure-sdk-for-java/issues/16386)
- Methods that perform upsert entity operations were mistakenly performing update operations instead.

### Dependency Updates

- Updated dependency version of `azure-core` to 1.10.0.
- Updated dependency version of `azure-storage-common` to 12.9.0.

## 12.0.0-beta.2 (2020-10-06)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/azure-data-tables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ best parts of Azure cloud.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-tables</artifactId>
<version>12.0.0-beta.2</version>
<version>12.0.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/azure-data-tables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Licensed under the MIT License.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.9.0-beta.1</version> <!-- {x-version-update;beta_com.azure:azure-storage-common;dependency} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-common;dependency} -->
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 17cbe0d

Please sign in to comment.