Skip to content

Commit c004e52

Browse files
authored
Upgraded version and changelog for 10.25.0-Preview-1 release (#2629)
1 parent 99ea34d commit c004e52

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
# Change Log
33

4+
## Version 10.25.0-Preview-1
5+
6+
### Security fixes
7+
8+
1. Updated version of GoLang used to 1.21 to address security vulnerabilities.
9+
410
## Version 10.24.0
511

612
### New Features

common/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package common
22

3-
const AzcopyVersion = "10.24.0"
3+
const AzcopyVersion = "10.25.0-Preview-1"
44
const UserAgent = "AzCopy/" + AzcopyVersion
55
const S3ImportUserAgent = "S3Import " + UserAgent
66
const GCPImportUserAgent = "GCPImport " + UserAgent

0 commit comments

Comments
 (0)