diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## v2.4.1 (2021-10-11)
+- Fix Travis CI
+
+## v2.4.0 (2021-10-11)
+- Update servant package bounds
+- Forbid negative values for limit
+
 ## v2.3.0 (2020-03-05)
 
 - Allow server-0.17 in executables
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# servant-pagination [![](https://img.shields.io/hackage/v/servant-pagination.svg)](https://hackage.haskell.org/package/servant-pagination) [![Build Status](https://travis-ci.org/chordify/haskell-servant-pagination.svg?branch=master)](https://travis-ci.org/chordify/haskell-servant-pagination)
+# servant-pagination [![](https://img.shields.io/hackage/v/servant-pagination.svg)](https://hackage.haskell.org/package/servant-pagination) [![Build Status](https://travis-ci.com/chordify/haskell-servant-pagination.svg?branch=master)](https://app.travis-ci.com/github/chordify/haskell-servant-pagination)
 
 ## Overview
 
diff --git a/servant-pagination.cabal b/servant-pagination.cabal
--- a/servant-pagination.cabal
+++ b/servant-pagination.cabal
@@ -10,7 +10,7 @@
     different fashions (pagination with offset / limit, endless scroll using
     last referenced resources, ascending and descending ordering, etc.)
 version:
-    2.4.0
+    2.4.1
 homepage:
     https://github.com/chordify/haskell-servant-pagination
 bug-reports:
