We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344bb7d commit 60e0a80Copy full SHA for 60e0a80
CHANGELOG.md
@@ -6,6 +6,21 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
6
7
## Next
8
9
+## 1.13.0
10
+
11
+### User-facing
12
13
+### Fixed
14
15
+fix deprecated URI.escape usage to support Ruby 3.0
16
+fix apply_client_options def to support Ruby 3.0
17
18
+### Development Changes
19
20
+Add github actions config and dependabot
21
+Drop travis usage
22
23
+### Added
24
25
## 1.12.1
26
@@ -447,4 +462,4 @@ We encourage people using 0.5.1 to upgrade.
447
462
448
463
#### Added
449
464
450
-#### Fixed
465
+#### Fixed
lib/fog/google/version.rb
@@ -1,5 +1,5 @@
1
module Fog
2
module Google
3
- VERSION = "1.12.1".freeze
+ VERSION = "1.13.0".freeze
4
end
5
0 commit comments