Skip to content

Commit f66a2f7

Browse files
committed
v1.29.0
1 parent b4ed4fb commit f66a2f7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
44

55
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## 1.27.0
7+
## 1.29.0
8+
9+
### User-facing
10+
11+
- #652 Replace google_json_root_url with universe_domain
12+
13+
## 1.28.0
814

915
### User-facing
1016

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

0 commit comments

Comments
 (0)