Skip to content

Commit

Permalink
release patch after fixed bugs (#33034)
Browse files Browse the repository at this point in the history
  • Loading branch information
mssfang authored Jan 17, 2023
1 parent d654818 commit 3937e80
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 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 @@ -193,7 +193,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
<version>1.4.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;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 @@ -96,7 +96,7 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.16.0;4.17.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.16.0;4.17.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.16.0;4.17.0-beta.1
com.azure:azure-cosmos-encryption;1.10.0;1.11.0-beta.1
com.azure:azure-data-appconfiguration;1.4.0;1.5.0-beta.1
com.azure:azure-data-appconfiguration;1.4.0;1.4.1
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-schemaregistry;1.3.1;1.4.0-beta.1
com.azure:azure-data-schemaregistry-apacheavro;1.1.1;1.2.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
<version>1.4.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# Release History

## 1.5.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.4.1 (2023-01-17)

### Bugs Fixed
- Fixed shared `SyncTokenToken` and `RetryPolicy` policies across Configuration clients.

### Other Changes

## 1.4.0 (2023-01-11)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/appconfiguration/azure-data-appconfiguration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/appconfiguration/azure-data-appconfiguration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
<version>1.4.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->

<name>Microsoft Azure client library for App Configuration</name>
<description>This package contains the Microsoft Azure App Configuration client library.</description>
Expand Down

0 comments on commit 3937e80

Please sign in to comment.