Skip to content

Commit

Permalink
10.25.1 changelog (#2715)
Browse files Browse the repository at this point in the history
* 10.25.1 changelog  & version.go

* Add dep updates to changelog
  • Loading branch information
adreed-msft authored Jun 12, 2024
1 parent 0970f59 commit e526c26
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@

# Change Log

## Version 10.25.1

### Security fixes

1. Updated Golang to 1.22.4 to address security vulnerabilities

### Dependency updates

1. Golang 1.22.3 -> 1.22.4
2. azidentity 1.5.1 -> 1.6.0

### Bug Fixes

1. Fixed a regression in `list` where `--output-type=text` would not output any information
2. Adjusted parsing of `AZCOPY_OAUTH_TOKEN_INFO` to support both enum names as a string and integers (for users that took dependency upon the accidental changes in 10.25)

## Version 10.25.0

### Security fixes
Expand Down
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package common

const AzcopyVersion = "10.25.0"
const AzcopyVersion = "10.25.1"
const UserAgent = "AzCopy/" + AzcopyVersion
const S3ImportUserAgent = "S3Import " + UserAgent
const GCPImportUserAgent = "GCPImport " + UserAgent
Expand Down

0 comments on commit e526c26

Please sign in to comment.