Merge branch 'master' into master
diff --git a/internal/version/version.go b/internal/version/version.go
index f3dca3d..8857070 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -26,7 +26,7 @@
 
 // Repo is the current version of the client libraries in this
 // repo. It should be a date in YYYYMMDD format.
-const Repo = "20200817"
+const Repo = "20200827"
 
 // Go returns the Go runtime version. The returned string
 // has no whitespace.
diff --git a/logging/CHANGES.md b/logging/CHANGES.md
index fbf92a7..35bb857 100644
--- a/logging/CHANGES.md
+++ b/logging/CHANGES.md
@@ -1,5 +1,13 @@
 # Changes
 
+## v1.1.0
+
+- Support unmarshalling stringified Severity.
+- Add exported SetGoogleClientInfo wrappers to manual file.
+- Support no payload.
+- Update "Grouping Logs by Request" docs.
+- Add auto-detection of monitored resources on GAE Standard.
+
 ## v1.0.0
 
 This is the first tag to carve out logging as its own module. See: