We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ed4fb commit f66a2f7Copy full SHA for f66a2f7
CHANGELOG.md
@@ -4,7 +4,13 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
4
5
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
-## 1.27.0
+## 1.29.0
8
+
9
+### User-facing
10
11
+- #652 Replace google_json_root_url with universe_domain
12
13
+## 1.28.0
14
15
### User-facing
16
lib/fog/google/version.rb
@@ -1,5 +1,5 @@
1
module Fog
2
module Google
3
- VERSION = "1.28.0".freeze
+ VERSION = "1.29.0".freeze
end
0 commit comments