Skip to content

Commit c0b13ce

Browse files
authored
Merge pull request #603 from fog/release-1.22.0
Release 1.22.0
2 parents 0b6252d + 68e9ab5 commit c0b13ce

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
66

77
## Next
88

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+
923
## 1.21.1
1024

1125
### User-facing

lib/fog/google/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fog
22
module Google
3-
VERSION = "1.21.1".freeze
3+
VERSION = "1.22.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)