Skip to content

Commit

Permalink
v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed May 2, 2023
1 parent 4436940 commit 252c025
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
Expand Up @@ -6,6 +6,22 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Next

## 1.20.0

### User-facing

#### Fixed

- update google client dependencies
- \#591 only create new RSA keys if needed for faster signing

### Development changes

#### Fixed

- bump actions/checkout from 2.4.0 to 3.1.0
- fixes and refinements for integration tests

## 1.19.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.19.0".freeze
VERSION = "1.20.0".freeze
end
end

0 comments on commit 252c025

Please sign in to comment.