Prep for publishing 1.8.2 (#123)

prep for publishing 1.8.2
diff --git a/.github/workflows/ci.yml b/.github/workflows/dart.yml
similarity index 98%
rename from .github/workflows/ci.yml
rename to .github/workflows/dart.yml
index 6cb37f7..94b7fc3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/dart.yml
@@ -1,4 +1,4 @@
-name: ci
+name: Dart CI
 
 on:
   # Run on PRs and pushes to the default branch.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index faa5e7e..2cf8eae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
-## 1.8.2-dev
+## 1.8.2
 
 * Enable the `avoid_dynamic_calls` lint.
+* Popuate the pubspec `repository` field.
 
 ## 1.8.1
 
diff --git a/README.md b/README.md
index b4ac3e2..bd317bc 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+[![Dart CI](https://github.com/dart-lang/path/actions/workflows/ci.yml/badge.svg)](https://github.com/dart-lang/path/actions/workflows/ci.yml)
+[![pub package](https://img.shields.io/pub/v/path.svg)](https://pub.dev/packages/path)
+[![package publisher](https://img.shields.io/pub/publisher/path.svg)](https://pub.dev/packages/path/publisher)
+
 A comprehensive, cross-platform path manipulation library for Dart.
 
 The path package provides common operations for manipulating paths:
diff --git a/pubspec.yaml b/pubspec.yaml
index 1ab6976..78d3cc0 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: path
-version: 1.8.2-dev
+version: 1.8.2
 description: >-
   A string-based path manipulation library. All of the path operations you know
   and love, with solid support for Windows, POSIX (Linux and Mac OS X), and the