Allow latest analyzer in v4 mockito (#321)

diff --git a/.travis.yml b/.travis.yml
index fde1da4..72075c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,7 +70,7 @@
 
 # Only building master means that we don't run two builds for each pull request.
 branches:
-    only: [master]
+    only: [master, v4_x]
 
 # Incremental pub cache and builds.
 cache:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54a02e5..137e500 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 4.1.4
+
+* Allow using analyzer 0.41.
+
 ## 4.1.3
 
 * Allow using analyzer 0.40.
diff --git a/pubspec.yaml b/pubspec.yaml
index e9e4aa6..513eee5 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: mockito
-version: 4.1.3
+version: 4.1.4
 
 description: A mock framework inspired by Mockito.
 homepage: https://github.com/dart-lang/mockito
@@ -8,7 +8,7 @@
   sdk: '>=2.7.0 <3.0.0'
 
 dependencies:
-  analyzer: '>=0.39.15 <0.41.0'
+  analyzer: '>=0.39.15 <0.42.0'
   build: ^1.3.0
   code_builder: ^3.4.0
   collection: ^1.1.0