Skip to content

Commit

Permalink
[Storage] Prep for stg 95 GA release (#23742)
Browse files Browse the repository at this point in the history
* Prep for stg 95 GA release

* Update CHANGELOG.md

format for changelog
  • Loading branch information
tanyasethi-msft authored Nov 13, 2024
1 parent cb9b6cb commit 15c65ce
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 17 deletions.
10 changes: 3 additions & 7 deletions sdk/storage/azblob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.5.0-beta.2 (Unreleased)
## 1.5.0 (2024-11-13)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
* Fix compareHeaders custom sorting algorithm for String To Sign.
* Added permissions & resourcetype parameters in listblob response.

## 1.5.0-beta.1 (2024-10-22)

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.5.0-beta.2"
ModuleVersion = "v1.5.0"
)
5 changes: 5 additions & 0 deletions sdk/storage/azdatalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 1.3.0 (2024-11-13)

### Features Added
* Fix compareHeaders custom sorting algorithm for String To Sign.

## 1.3.0-beta.1 (2024-10-23)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azdatalake/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/azdatalake"
ModuleVersion = "v1.3.0-beta.1"
ModuleVersion = "v1.3.0"
)
9 changes: 2 additions & 7 deletions sdk/storage/azfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 1.4.0-beta.2 (Unreleased)
## 1.4.0 (2024-11-13)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
* Fix compareHeaders custom sorting algorithm for String To Sign.

## 1.4.0-beta.1 (2024-10-22)

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.4.0-beta.2"
ModuleVersion = "v1.4.0"
)

0 comments on commit 15c65ce

Please sign in to comment.