Bump mockito to 4.1.3 for release.

PiperOrigin-RevId: 338340131
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f49c8cf..54a02e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 4.1.3
+
+* Allow using analyzer 0.40.
+* `throwOnMissingStub` accepts an optional argument, `exceptionBuilder`, which
+  will be called to build and throw a custom exception when a missing stub is
+  called.
+
 ## 4.1.2
 
 * Introduce experimental code-generated mocks. This is primarily to support
diff --git a/pubspec.yaml b/pubspec.yaml
index aff57bf..e9e4aa6 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: mockito
-version: 4.1.3-dev
+version: 4.1.3
 
 description: A mock framework inspired by Mockito.
 homepage: https://github.com/dart-lang/mockito