From 67440f19892d075a88b526f4d048517dcf29ce71 Mon Sep 17 00:00:00 2001 From: Alex Hong <9397363+hongalex@users.noreply.github.com> Date: Wed, 28 Oct 2020 17:33:16 -0700 Subject: [PATCH] chore(pubsublite): release pubsublite/v0.2.0 (#3101) Co-authored-by: Cody Oss <6331106+codyoss@users.noreply.github.com> --- 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: