Skip to content

Commit

Permalink
prep for stg94 preview release (#23373)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyasethi-msft committed Aug 27, 2024
1 parent 797c301 commit c3ab67a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
6 changes: 1 addition & 5 deletions sdk/storage/azblob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

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

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

### Breaking Changes

### Bugs Fixed

### Other Changes
* Updated `azcore` version to `1.14.0`

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"
ModuleVersion = "v1.4.1-beta.1"
)
6 changes: 1 addition & 5 deletions sdk/storage/azfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Release History

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

### Features Added
* Snapshot management support via REST for NFS shares.
* Upgraded service version to `2024-08-04`.

### Breaking Changes

### Bugs Fixed

### Other Changes
* Updated `azcore` version to `1.14.0`

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"
ModuleVersion = "v1.3.1-beta.1"
)

0 comments on commit c3ab67a

Please sign in to comment.