From 1bde970cb379a4e8d0f0d33dab26f8f10e235905 Mon Sep 17 00:00:00 2001
From: Alex Hong <hongalex@google.com>
Date: Tue, 27 Oct 2020 14:38:13 -0700
Subject: [PATCH] chore(pubsublite): release pubsublite/v0.2.0

---
 internal/version/version.go | 2 +-
 pubsublite/CHANGES.md       | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/internal/version/version.go b/internal/version/version.go
index cd969d5848e0..80536ea1cab3 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -26,7 +26,7 @@ import (
 
 // 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 68ca6735180d..eb25c0170ac4 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: