Skip to content

Commit

Permalink
changelog changes for blob and files release (#23452)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyasethi-msft committed Sep 18, 2024
1 parent 06f0d9e commit 47b7a8a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
9 changes: 2 additions & 7 deletions sdk/storage/azblob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# Release History

## 1.4.1-beta.2 (Unreleased)
## 1.4.1 (2024-09-18)

### Features Added
* Added crc64 response header to Put Blob.

### Breaking Changes

### Bugs Fixed

### Other Changes
* Upgraded service version to `2024-08-04`.

## 1.4.1-beta.1 (2024-08-27)

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azblob/internal/exported/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ package exported

const (
ModuleName = "github.com/Azure/azure-sdk-for-go/sdk/storage/azblob"
ModuleVersion = "v1.4.1-beta.2"
ModuleVersion = "v1.4.1"
)
7 changes: 2 additions & 5 deletions sdk/storage/azfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Release History

## 1.3.1-beta.2 (Unreleased)
## 1.3.1 (2024-09-18)

### Features Added
* Upgraded service version to `2024-08-04`.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.3.1-beta.1 (2024-08-27)

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azfile/internal/exported/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ package exported

const (
ModuleName = "github.com/Azure/azure-sdk-for-go/sdk/storage/azfile"
ModuleVersion = "v1.3.1-beta.2"
ModuleVersion = "v1.3.1"
)

0 comments on commit 47b7a8a

Please sign in to comment.