Skip to content

Commit 4502d86

Browse files
authored
Prepare 1.0.0-beta.11 release for io.clientcore:core (#46090)
* Prepare release for io.clientcore:core * update release date
1 parent c9f5f2a commit 4502d86

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

sdk/clientcore/core/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 1.0.0-beta.11 (Unreleased)
3+
## 1.0.0-beta.11 (2025-07-21)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Add HTTP2 support to JDK HTTP client (#[45758](https://github.com/Azure/azure-sdk-for-java/pull/45758))
7+
- Add support for no auth and scopes override in Client Core (#[45635](https://github.com/Azure/azure-sdk-for-java/pull/45635))
128

139
## 1.0.0-beta.10 (2025-06-02)
1410

sdk/clientcore/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ add the direct dependency to your project as follows.
2525
<dependency>
2626
<groupId>io.clientcore</groupId>
2727
<artifactId>core</artifactId>
28-
<version>1.0.0-beta.9</version>
28+
<version>1.0.0-beta.11</version>
2929
</dependency>
3030
```
3131
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)