diff --git a/docs/release-notes.md b/docs/release-notes.md
index 64f5bb9..7b23775 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,6 +2,9 @@
 
 ## Latest changes
 
+## 0.1.4 - 1st August 2022
+- 🐛 Multiple notifications in the same thread gave exceptions. Now you can send as many notifications as you want.
+
 ## 0.1.3 - 31 July 2022
 - 📝 Out-dated python example on main page
 
diff --git a/src/mac_notifications/__init__.py b/src/mac_notifications/__init__.py
index 445585c..30c2371 100644
--- a/src/mac_notifications/__init__.py
+++ b/src/mac_notifications/__init__.py
@@ -4,4 +4,4 @@
 
 from __future__ import annotations
 
-__version__ = "0.1.3"
+__version__ = "0.1.4"