chore(pubsublite): release pubsublite/v0.2.0 (#3101)

Co-authored-by: Cody Oss <6331106+codyoss@users.noreply.github.com>
diff --git a/internal/version/version.go b/internal/version/version.go
index cd969d5..80536ea 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 = "20201021"
+const Repo = "20201027"
 
 // Go returns the Go runtime version. The returned string
 // has no whitespace.
diff --git a/pubsublite/CHANGES.md b/pubsublite/CHANGES.md
index 68ca673..eb25c01 100644
--- a/pubsublite/CHANGES.md
+++ b/pubsublite/CHANGES.md
@@ -1,5 +1,11 @@
 # Changes
 
+## v0.2.0
+
+- Features
+  - feat(pubsublite): Types for resource paths and topic/subscription configs (#3026)
+  - feat(pubsublite): Pub/Sub Lite admin client (#3036)
+
 ## v0.1.0
 
 This is the first tag to carve out pubsublite as its own module. See: