Merge pull request #35 from dart-lang/prep_publish

prep for publishing 1.1.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ee1438..2e04bc4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
-## 1.1.1-dev
+## 1.1.1
 
+* Switch to using `package:lints`.
+* Populate the pubspec `repository` field.
 
 ## 1.1.0
 
diff --git a/README.md b/README.md
index b847f76..2d29311 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+[![Dart CI](https://github.com/dart-lang/clock/actions/workflows/test-package.yml/badge.svg)](https://github.com/dart-lang/clock/actions/workflows/test-package.yml)
+[![pub package](https://img.shields.io/pub/v/clock.svg)](https://pub.dev/packages/clock)
+[![package publisher](https://img.shields.io/pub/publisher/clock.svg)](https://pub.dev/packages/clock/publisher)
+
 This package provides a [`Clock`][] class which encapsulates the notion of the
 "current time" and provides easy access to points relative to the current time.
 Different `Clock`s can have a different notion of the current time, and the
diff --git a/analysis_options.yaml b/analysis_options.yaml
index 05f3a8d..4fa4b8d 100644
--- a/analysis_options.yaml
+++ b/analysis_options.yaml
@@ -1,4 +1,4 @@
-include: package:lints/core.yaml
+include: package:lints/recommended.yaml
 
 analyzer:
   strong-mode:
diff --git a/pubspec.yaml b/pubspec.yaml
index 25c3579..f162ae8 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: clock
-version: 1.1.1-dev
+version: 1.1.1
 description: A fakeable wrapper for dart:core clock APIs.
 repository: https://github.com/dart-lang/clock