Skip to content

Commit 60e0a80

Browse files
committed
v1.13.0
1 parent 344bb7d commit 60e0a80

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
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.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
924

1025
## 1.12.1
1126

@@ -447,4 +462,4 @@ We encourage people using 0.5.1 to upgrade.
447462

448463
#### Added
449464

450-
#### Fixed
465+
#### Fixed

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.12.1".freeze
3+
VERSION = "1.13.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)