We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6252d commit 68e9ab5Copy full SHA for 68e9ab5
CHANGELOG.md
@@ -6,6 +6,20 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
6
7
## Next
8
9
+## 1.22.0
10
+
11
+### User-facing
12
13
+#### Added
14
15
+- #600 - Add uniform attr to inserting file [cwjenkins]
16
17
+### Development changes
18
19
+#### Fixed
20
21
+- #601 Remove deprecated ruby versions from unit tests [temikus]
22
23
## 1.21.1
24
25
### User-facing
lib/fog/google/version.rb
@@ -1,5 +1,5 @@
1
module Fog
2
module Google
3
- VERSION = "1.21.1".freeze
+ VERSION = "1.22.0".freeze
4
end
5
0 commit comments