Skip to content

Commit

Permalink
[AppConfig] Prepares for October release (#15996)
Browse files Browse the repository at this point in the history
* prepared for October release
  • Loading branch information
mssfang authored Oct 6, 2020
1 parent cbbe27f commit 653333c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 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 @@ -144,7 +144,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
<version>1.1.6</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 @@ -29,7 +29,7 @@ com.azure:azure-cosmos;4.6.0;4.7.0-beta.1
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
com.azure:azure-cosmos-dotnet-benchmark;4.0.1-beta.1;4.0.1-beta.1
com.azure:azure-cosmos-encryption;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-appconfiguration;1.1.5;1.2.0-beta.1
com.azure:azure-data-appconfiguration;1.1.5;1.1.6
com.azure:azure-data-schemaregistry;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-data-schemaregistry-avro;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-data-tables;12.0.0-beta.1;12.0.0-beta.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
# Release History
## 1.2.0-beta.1 (Unreleased)

## 1.1.6 (2020-10-06)
### Dependency updates
- Update dependency version, `azure-core` to 1.9.0 and `azure-core-http-netty` to 1.6.2.

## 1.1.5 (2020-09-10)
### Dependency updates
- Update dependency version, `azure-core` to 1.8.1 and `azure-core-http-netty` to 1.6.1.

## 1.1.4 (2020-08-11)
### Dependency updates
- Update dependency version, `azure-core` to 1.7.0 and `azure-core-http-netty` to 1.5.4.

## 1.1.3 (2020-07-07)
### Dependency updates
- Update dependency version, `azure-core` to 1.6.0 and `azure-core-http-netty` to 1.5.3.

## 1.1.2 (2020-06-09)
### Dependency updates
- Update dependency version, `azure-core` to 1.5.1 and `azure-core-http-netty` to 1.5.2.

## 1.1.1 (2020-04-06)
### Dependency updates
- Update dependency version, `azure-core` to 1.4.0 and `azure-core-http-netty` to 1.5.0.

## 1.1.0 (2020-03-11)
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 @@ -23,7 +23,7 @@ Use the client library for App Configuration to create and manage application co
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.1.5</version>
<version>1.1.6</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.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
<version>1.1.6</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
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
<version>1.1.6</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down

0 comments on commit 653333c

Please sign in to comment.