We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f502740 commit 02869a4Copy full SHA for 02869a4
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.21.0
10
+
11
+### User-facing
12
13
+#### Fixed
14
15
+- \#592 use Addressable for escaping paths when generating urls
16
+- test workflow refinements
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.20.0
26
27
### User-facing
lib/fog/google/version.rb
@@ -1,5 +1,5 @@
1
module Fog
2
module Google
3
- VERSION = "1.20.0".freeze
+ VERSION = "1.21.0".freeze
4
end
5
0 commit comments