We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a819973 commit 303465aCopy full SHA for 303465a
CHANGELOG.md
@@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
6
7
## Next
8
9
+## 1.19.0
10
+
11
+### User-facing
12
13
+#### Fixed
14
15
+- \#561 Add ruby 3.1 to testing
16
+- \#566 remove execute permission from network.rb
17
+- \#571 replace Proc.new usage for Ruby 3
18
19
## 1.18.0
20
21
### User-facing
lib/fog/google/version.rb
@@ -1,5 +1,5 @@
1
module Fog
2
module Google
3
- VERSION = "1.18.0".freeze
+ VERSION = "1.19.0".freeze
4
end
5
0 commit comments