Prepare to release 1.0.2
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
new file mode 100644
index 0000000..8f49b65
--- /dev/null
+++ b/.github/workflows/publish.yml
@@ -0,0 +1,15 @@
+name: Publish to pub.dev
+
+on:
+  push:
+    tags:
+    - 'v[0-9]+.[0-9]+.[0-9]+*'
+
+jobs:
+  publish:
+    permissions:
+      id-token: write # Required for authentication using OIDC
+    uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
+    with:
+      # Specify the github actions deployment environment
+      environment: pub.dev
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 590a70d..889d312 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.0.2
+
+- Fix a few typos in documentation comments.
+
 ## 1.0.1
 
 - Fix an incompatibility with Dart 3.1.
diff --git a/pubspec.yaml b/pubspec.yaml
index 5d641aa..bed57e7 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: tar
 description: Memory-efficient, streaming implementation of the tar file format
-version: 1.0.1
+version: 1.0.2
 repository: https://github.com/simolus3/tar/
 
 environment: