diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f9fcb..ea7a371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.0.4](https://github.com/hirose31/s3surfer/compare/v1.0.3...v1.0.4) (2021-12-20) + +* Prepare to release v1.0.4 [#10](https://github.com/hirose31/s3surfer/pull/10) ([hirose31](https://github.com/hirose31)) +* Support Windows [#9](https://github.com/hirose31/s3surfer/pull/9) ([mattn](https://github.com/mattn)) +* Add --region and --path-style for other S3 compatible services [#8](https://github.com/hirose31/s3surfer/pull/8) ([mattn](https://github.com/mattn)) + ## [v1.0.3](https://github.com/hirose31/s3surfer/compare/v1.0.2...v1.0.3) (2021-12-17) * Introduce --endpoint-url option [#7](https://github.com/hirose31/s3surfer/pull/7) ([kazeburo](https://github.com/kazeburo)) diff --git a/cmd/s3surfer/main.go b/cmd/s3surfer/main.go index ffc6136..f32ba56 100644 --- a/cmd/s3surfer/main.go +++ b/cmd/s3surfer/main.go @@ -12,7 +12,7 @@ import ( "github.com/hirose31/s3surfer/pkg/c" ) -const version = "1.0.3" +const version = "1.0.4" var revision = "HEAD"