Skip to content

Commit 16d7b69

Browse files
authored
[AppConfig] Merge patch release changes back to Master (Azure#18649)
* [AppConfig] Merge patch release changes back to Master
1 parent 0f76cdb commit 16d7b69

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ com.azure:azure-cosmos;4.10.0;4.11.0
6767
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
6868
com.azure:azure-cosmos-dotnet-benchmark;4.0.1-beta.1;4.0.1-beta.1
6969
com.azure:azure-cosmos-encryption;1.0.0-beta.1;1.0.0-beta.1
70-
com.azure:azure-data-appconfiguration;1.1.7;1.2.0-beta.1
70+
com.azure:azure-data-appconfiguration;1.1.8;1.2.0-beta.1
7171
com.azure:azure-data-schemaregistry;1.0.0-beta.4;1.0.0-beta.5
7272
com.azure:azure-data-schemaregistry-avro;1.0.0-beta.4;1.0.0-beta.5
7373
com.azure:azure-data-tables;12.0.0-beta.3;12.0.0-beta.4

sdk/appconfiguration/azure-data-appconfiguration/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Release History
2-
32
## 1.2.0-beta.1 (Unreleased)
43

54

5+
## 1.1.8 (2021-01-14)
6+
### Dependency updates
7+
- Update dependency version, `azure-core` to 1.12.0 and `azure-core-http-netty` to 1.7.1.
8+
69
## 1.1.7 (2020-11-12)
710
### Dependency updates
811
- Update dependency version, `azure-core` to 1.10.0 and `azure-core-http-netty` to 1.6.3.

sdk/appconfiguration/azure-data-appconfiguration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the client library for App Configuration to create and manage application co
2323
<dependency>
2424
<groupId>com.azure</groupId>
2525
<artifactId>azure-data-appconfiguration</artifactId>
26-
<version>1.1.7</version>
26+
<version>1.1.8</version>
2727
</dependency>
2828
```
2929
[//]: # ({x-version-update-end})

sdk/monitor/azure-opentelemetry-exporter-azuremonitor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>com.azure</groupId>
8989
<artifactId>azure-data-appconfiguration</artifactId>
90-
<version>1.1.7</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;dependency} -->
90+
<version>1.1.8</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;dependency} -->
9191
<scope>test</scope>
9292
</dependency>
9393

0 commit comments

Comments
 (0)