[package:vm_service_protos] Prepare to publish version 1.1.0

Change-Id: I8641d916678422dbc41795727f6610df87e6442c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/418420
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Derek Xu <derekx@google.com>
diff --git a/pkg/vm_service_protos/CHANGELOG.md b/pkg/vm_service_protos/CHANGELOG.md
index 330d55e..0597d0d 100644
--- a/pkg/vm_service_protos/CHANGELOG.md
+++ b/pkg/vm_service_protos/CHANGELOG.md
@@ -1,6 +1,14 @@
-## 1.0.1-wip
+## 1.1.0
 
 - Widen the dependency constraint on `package:protobuf`.
+- Introduce `EventCategory`, `EventName`, and `DebugAnnotationName` classes.
+- Add `eventCategories`, `eventNames`, `debugAnnotationNames` and
+  `debugAnnotationStringValues` getters to `InternedData`.
+- Add `nameIid` and `stringValueIid` getters to `DebugAnnotation`.
+- Add `hasNameIid`, `clearNameIid`, `hasStringValueIid`, and
+  `clearStringValueIid` methods to `DebugAnnotation`.
+- Add `categoryIids` and `nameIid` getters to `TrackEvent`.
+- Add `hasNameIid` and `clearNameIid` methods to `TrackEvent`.
 
 ## 1.0.0
 
diff --git a/pkg/vm_service_protos/pubspec.yaml b/pkg/vm_service_protos/pubspec.yaml
index a439959..8a231ee 100644
--- a/pkg/vm_service_protos/pubspec.yaml
+++ b/pkg/vm_service_protos/pubspec.yaml
@@ -1,5 +1,5 @@
 name: vm_service_protos
-version: 1.0.1-wip
+version: 1.1.0
 description: >-
   A library for decoding protos returned by a service implementing the Dart VM
   service protocol.