Release protobuf-3.1.0, protoc_plugin-21.1.0 (#868)
diff --git a/protobuf/CHANGELOG.md b/protobuf/CHANGELOG.md
index c18f450..f48bd8b 100644
--- a/protobuf/CHANGELOG.md
+++ b/protobuf/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 3.1.0-dev
+## 3.1.0
* `CodedBufferReader` `readBytes` now copies the returned bytes to avoid
accidental sharing of the input buffer with the returned `Uint8List`. New
diff --git a/protobuf/pubspec.yaml b/protobuf/pubspec.yaml
index b527bc7..00faaf7 100644
--- a/protobuf/pubspec.yaml
+++ b/protobuf/pubspec.yaml
@@ -1,5 +1,5 @@
name: protobuf
-version: 3.1.0-dev
+version: 3.1.0
description: >-
Runtime library for protocol buffers support. Use with package:protoc_plugin
to generate dart code for your '.proto' files.
diff --git a/protoc_plugin/CHANGELOG.md b/protoc_plugin/CHANGELOG.md
index 15a7c62..95cda87 100644
--- a/protoc_plugin/CHANGELOG.md
+++ b/protoc_plugin/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 21.1.0-dev
+## 21.1.0
* Generate code comments for annotated protobuf inputs. ([#161])
* Generate message constructor arguments by default again. New flag
diff --git a/protoc_plugin/pubspec.yaml b/protoc_plugin/pubspec.yaml
index 8976932..3b79553 100644
--- a/protoc_plugin/pubspec.yaml
+++ b/protoc_plugin/pubspec.yaml
@@ -1,5 +1,5 @@
name: protoc_plugin
-version: 21.1.0-dev
+version: 21.1.0
description: A protobuf protoc compiler plugin used to generate Dart code.
repository: https://github.com/google/protobuf.dart/tree/master/protoc_plugin