We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4436940 commit 252c025Copy full SHA for 252c025
CHANGELOG.md
@@ -6,6 +6,22 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
6
7
## Next
8
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
21
22
+- bump actions/checkout from 2.4.0 to 3.1.0
23
+- fixes and refinements for integration tests
24
25
## 1.19.0
26
27
### User-facing
lib/fog/google/version.rb
@@ -1,5 +1,5 @@
1
module Fog
2
module Google
3
- VERSION = "1.19.0".freeze
+ VERSION = "1.20.0".freeze
4
end
5
0 commit comments