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: