Skip to content

Commit f918cc3

Browse files
committed
v3.22.0
1 parent 84b747c commit f918cc3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v3.22.0](https://github.com/fog/fog-aws/tree/v3.22.0) (2024-03-18)
4+
5+
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.21.1...HEAD)
6+
7+
**Closed issues:**
8+
9+
- S3 copy\_object won't be retried. [\#704](https://github.com/fog/fog-aws/issues/704)
10+
11+
**Merged pull requests:**
12+
13+
- mark copy\_object as idempotent [\#706](https://github.com/fog/fog-aws/pull/706) ([geemus](https://github.com/geemus))
14+
315
## [v3.21.1](https://github.com/fog/fog-aws/tree/v3.21.1) (2024-03-12)
416

517
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.21.0...HEAD)

lib/fog/aws/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fog
22
module AWS
3-
VERSION = "3.21.1"
3+
VERSION = "3.22.0"
44
end
55
end

0 commit comments

Comments
 (0)