Skip to content

Commit 9033aa4

Browse files
authored
Prepare clientcore for beta.2 release (Azure#43833)
1 parent 68565b7 commit 9033aa4

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

sdk/clientcore/core/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.2 (2025-01-17)
44

55
### Features Added
66

77
- Added `PagedResponse`, `PagedOptions`, and `PagedIterable`, for supporting pagination.
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 1.0.0-beta.1 (2024-12-20)
1610

1711
### Features Added

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.1</version>
28+
<version>1.0.0-beta.2</version>
2929
</dependency>
3030
```
3131
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)