update the readme - discontinue the package (#49)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 8dc3ec0..2ad82b3 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -14,7 +14,7 @@
       image:  google/dart:dev
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - name: pub get
         run: pub get
@@ -23,7 +23,7 @@
         run: dart format --output=none --set-exit-if-changed .
 
       - name: dart analyze
-        run: dart analyze --fatal-infos
+        run: dart analyze
 
       # Set up some test data.
       - name: Set up test data
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1e8ef0..2ad9b93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
-# Changelog
+## 0.3.2
+
+- Updated the readme to reflect that this package has been discontinued.
 
 ## 0.3.1
 - Update the Windows search path to also look in LOCALAPPDATA.
diff --git a/README.md b/README.md
index c3c0a8d..2c010b9 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,13 @@
-# pub_cache
+[![Dart](https://github.com/google/pub_cache/actions/workflows/build.yaml/badge.svg)](https://github.com/google/pub_cache/actions/workflows/build.yaml)
+[![pub package](http://img.shields.io/pub/v/pub_cache.svg)](https://pub.dartlang.org/packages/pub_cache)
 
 A library to reflect on the local pub cache.
 
-[![pub package](http://img.shields.io/pub/v/pub_cache.svg)](https://pub.dartlang.org/packages/pub_cache)
-[![Build Status](https://travis-ci.org/google/pub_cache.svg)](https://travis-ci.org/google/pub_cache)
+# Update - discontinued
+
+As per https://github.com/google/pub_cache/issues/48 we've discontinued this
+package. It was no longer used by the Dart team and has limited ecosystem usage.
+Possible recourse for people who are using it is listed in that issue.
 
 ## How do I use it?
 
diff --git a/pubspec.yaml b/pubspec.yaml
index b16fb22..3c8b03f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,7 +1,7 @@
 name: pub_cache
-version: 0.3.1
+version: 0.3.2
 description: A library to reflect on the local pub cache.
-homepage: https://github.com/google/pub_cache
+repository: https://github.com/google/pub_cache
 
 environment:
   sdk: '>=2.12.0 <3.0.0'