diff --git a/CHANGELOG.md b/CHANGELOG.md
index 428a5b1..dc0703a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [1.5.0] - 2022-09-24
+
+With just one change this brings along a reduced dependency tree, smoother experience across different platforms, and
+speed improvements (especially on larger input messages).
+
+### Changed
+
+- Updated protobuf dependency to v4.x branch with recompiled proto-buffers. They now also have python stub files.
+
 ## [1.4.4] - 2022-09-24
 
 ### Security
@@ -287,6 +296,8 @@ This release is primarily a maintenance release for `serve` functionality but so
 
 Initial Release.
 
+[1.5.0]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.5.0
+[1.4.4]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.4.4
 [1.4.3]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.4.3
 [1.4.2]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.4.2
 [1.4.1]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.4.1