diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88ae792..7e06022 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+
+## [v2.2.3](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v2.2.2...v2.2.3) - 2023-06-05
+
+### Fixed
+* [Migrate to @rubensworks/saxes](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/620c08c3e3d7560ad9292abc258fd0ff958c67e7)
+ This fixes compilation errors on TypeScript 5
+
## [v2.2.2](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v2.2.1...v2.2.2) - 2023-04-06
diff --git a/package.json b/package.json
index e456f8a..dc45548 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "rdfxml-streaming-parser",
- "version": "2.2.2",
+ "version": "2.2.3",
"description": "Streaming RDF/XML parser",
"keywords": [
"rdf/xml",