Skip to content

Commit 252c025

Browse files
committed
v1.20.0
1 parent 4436940 commit 252c025

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
66

77
## Next
88

9+
## 1.20.0
10+
11+
### User-facing
12+
13+
#### Fixed
14+
15+
- update google client dependencies
16+
- \#591 only create new RSA keys if needed for faster signing
17+
18+
### Development changes
19+
20+
#### Fixed
21+
22+
- bump actions/checkout from 2.4.0 to 3.1.0
23+
- fixes and refinements for integration tests
24+
925
## 1.19.0
1026

1127
### User-facing

lib/fog/google/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fog
22
module Google
3-
VERSION = "1.19.0".freeze
3+
VERSION = "1.20.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)