Skip to content

Commit 8e4007a

Browse files
authored
Preparation for release of System.ClientModel 1.2.0 (#46410)
* System.ClientModel 1.2.0 * update CHANGELOG
1 parent fa4e2d3 commit 8e4007a

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

sdk/core/System.ClientModel/CHANGELOG.md

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

3-
## 1.2.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.2.0 (2024-10-03)
104

115
### Other Changes
126

7+
- Upgraded `System.Memory.Data` package dependency to 6.0.0 ([#46134](https://github.com/Azure/azure-sdk-for-net/pull/46134)).
8+
139
## 1.1.0 (2024-09-17)
1410

1511
### Other Changes

sdk/core/System.ClientModel/src/System.ClientModel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Contains building blocks for clients that call cloud services.</Description>
5-
<Version>1.2.0-beta.1</Version>
5+
<Version>1.2.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.1.0</ApiCompatVersion>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)