Skip to content

Commit 1cfed5a

Browse files
authored
Prepare azcore v1.18.1 for release (#24907)
1 parent 7315a8e commit 1cfed5a

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

sdk/azcore/CHANGELOG.md

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

3-
## 1.18.1-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.18.1 (2025-07-10)
84

95
### Bugs Fixed
106

117
* Fixed incorrect request/response logging try info when logging a request that's being retried.
128
* Fixed a data race in `ResourceID.String()`
139

14-
### Other Changes
15-
1610
## 1.18.0 (2025-04-03)
1711

1812
### Features Added
1913

2014
* Added `AccessToken.RefreshOn` and updated `BearerTokenPolicy` to consider nonzero values of it when deciding whether to request a new token
2115

22-
2316
## 1.17.1 (2025-03-20)
2417

2518
### Other Changes

sdk/azcore/internal/shared/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ const (
4040
Module = "azcore"
4141

4242
// Version is the semantic version (see http://semver.org) of this module.
43-
Version = "v1.18.1-beta.1"
43+
Version = "v1.18.1"
4444
)

0 commit comments

Comments
 (0)