diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3adc0ed..0ff0a42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+
+## [v1.3.2](https://github.com/rubensworks/rdf-literal.js/compare/v1.3.1...v1.3.2) - 2024-02-07
+
+### Changed
+* [Use rdfjs/types instead of types/rdfjs](https://github.com/rubensworks/rdf-literal.js/commit/4d891752b0c9d59301a2ff18c74d2784372013c3)
+
## [v1.3.1](https://github.com/rubensworks/rdf-literal.js/compare/v1.3.0...v1.3.1) - 2022-11-09
diff --git a/package.json b/package.json
index 434a737..64af26f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "rdf-literal",
- "version": "1.3.1",
+ "version": "1.3.2",
"description": "Translates between RDF literals and JavaScript primitives",
"keywords": [
"rdf",