Skip to content

Commit

Permalink
Merge pull request #531 from fog/release-1.14.0
Browse files Browse the repository at this point in the history
Release 1.14.0
  • Loading branch information
Temikus authored Jun 11, 2021
2 parents 08b802f + d7d2dff commit 388dea0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,33 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Next

## 1.14.0

### User-facing

#### Added

- \#520 Support passing object properties to #copy_object [mshibuya]

#### Fixed

- \#530 Unescape slashes in urls [krokodaxl]

- \#528 Fix Ruby 3.0 kwargs error in `#copy_object` [deeeki]

- \#521 Unlink file temp file immediately [stanhu]

- \#527 \#523 Fix Ruby 3.0 kwargs failures [stanhu]

### Development changes

#### Fixed

- \#525 - Bump actions/checkout from 2 to 2.3.4

- \#524 - Bump actions/stale from 3 to 3.0.18


## 1.13.0

### User-facing
Expand Down
2 changes: 1 addition & 1 deletion lib/fog/google/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fog
module Google
VERSION = "1.13.0".freeze
VERSION = "1.14.0".freeze
end
end

0 comments on commit 388dea0

Please sign in to comment.