diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98599442..88fb7d21 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,19 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
### Added
### Changed
+
+## 1.5.4 - 2024-11-24
+
+### Added
+
+### Changed
+
+- Fix nullable issue (#1134) Thanks @justin-tay
+- fixes #1131 pom.xml scm url URI is invalid (#1132)
+- Remove warning for exclusiveMinimum and exclusiveMaximum for Draft 4 (#1127) Thanks @justin-tay
+- Clean up code (#1130) Thanks @jkosternl
+- Test Code Cleanup (#1128) Thanks @jkosternl
+
## 1.5.3 - 2024-10-31
### Added
diff --git a/README.md b/README.md
index c90609ac..6c426ea2 100644
--- a/README.md
+++ b/README.md
@@ -222,7 +222,7 @@ This package is available on Maven central.
com.networknt
json-schema-validator
- 1.5.3
+ 1.5.4
```
@@ -230,7 +230,7 @@ This package is available on Maven central.
```java
dependencies {
- implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.3');
+ implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.4');
}
```
diff --git a/pom.xml b/pom.xml
index 2a007805..ffbcc167 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
com.networknt
json-schema-validator
- 1.5.3
+ 1.5.4
bundle
JsonSchemaValidator
A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12