We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835c49e commit bae495aCopy full SHA for bae495a
2 files changed
google-cloud-env/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+### 1.2.1 / 2019-08-23
4
+
5
+#### Bug Fixes
6
7
+* Send Metadata-Flavor header when testing the metadata server root
8
9
+#### Documentation
10
11
+* Update documentation
12
13
### 1.2.0 / 2019-06-19
14
15
* Support separate timeout for connecting to the metadata server vs the entire request
google-cloud-env/lib/google/cloud/env/version.rb
@@ -16,7 +16,7 @@
16
module Google
17
module Cloud
18
class Env
19
- VERSION = "1.2.0".freeze
+ VERSION = "1.2.1".freeze
20
end
21
22
0 commit comments