diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.14.1 -- 2024-05-26
+---
+
+- Support `telegram-bot-api == 7.3.1`.
+
 0.14 -- 2024-05-25
 ---
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -32,5 +32,6 @@
 | 0.12  | 6.7  |
 | 0.13 | 7.0 | 
 | 0.14 | 7.3 | 
+| 0.14.1 | 7.3.1 | 
 
 _Nick_
diff --git a/telegram-bot-simple.cabal b/telegram-bot-simple.cabal
--- a/telegram-bot-simple.cabal
+++ b/telegram-bot-simple.cabal
@@ -1,7 +1,7 @@
 cabal-version: 1.12
 
 name:           telegram-bot-simple
-version:        0.14
+version:        0.14.1
 synopsis:       Easy to use library for building Telegram bots.
 description:    Please see the README on Github at <https://github.com/fizruk/telegram-bot-simple#readme>
 category:       Web
@@ -70,7 +70,7 @@
     , split
     , stm
     , template-haskell
-    , telegram-bot-api >= 7.3
+    , telegram-bot-api >= 7.3.1
     , text
     , time
     , transformers
@@ -117,7 +117,7 @@
   if flag(examples)
     build-depends:
         telegram-bot-simple
-      , telegram-bot-api >= 7.3
+      , telegram-bot-api >= 7.3.1
   else
     buildable: False
 
@@ -159,7 +159,7 @@
   if flag(examples)
     build-depends:
         telegram-bot-simple
-      , telegram-bot-api >= 7.3
+      , telegram-bot-api >= 7.3.1
   else
     buildable: False
 
@@ -212,7 +212,7 @@
       , servant-server
       , signal
       , telegram-bot-simple
-      , telegram-bot-api >= 7.3
+      , telegram-bot-api >= 7.3.1
       , uuid
       , warp
   else
@@ -256,6 +256,6 @@
   if flag(examples)
     build-depends:
         telegram-bot-simple
-      , telegram-bot-api >= 7.3
+      , telegram-bot-api >= 7.3.1
   else
     buildable: False
