Skip to content

Commit b0b9ffb

Browse files
authored
Prepare for clientcore beta.9 release (Azure#45176)
1 parent a2c301f commit b0b9ffb

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.9 (Unreleased)
3+
## 1.0.0-beta.9 (2025-04-30)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Added RestProxy back [#45149](https://github.com/Azure/azure-sdk-for-java/pull/45149)
7+
- Added CoreException type as the base type for all exceptions [#44892](https://github.com/Azure/azure-sdk-for-java/pull/44892)
128

139
## 1.0.0-beta.8 (2025-04-03)
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.6</version>
28+
<version>1.0.0-beta.9</version>
2929
</dependency>
3030
```
3131
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)