Skip to content

Commit 3068594

Browse files
committed
v1.21.1
1 parent 7481dc2 commit 3068594

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

77
## Next
88

9+
## 1.21.1
10+
11+
### User-facing
12+
13+
#### Fixed
14+
15+
- \#597 loosen dependencies to avoid conflict
16+
17+
### Development changes
18+
19+
#### Fixed
20+
21+
- bump actions/checkout from 2.4.0 to 3.1.0
22+
- fixes and refinements for integration tests
23+
924
## 1.21.0
1025

1126
### 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.21.0".freeze
3+
VERSION = "1.21.1".freeze
44
end
55
end

0 commit comments

Comments
 (0)