diff --git a/CHANGELOG.md b/CHANGELOG.md
index e013ea9a..5c717164 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,22 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
### Changed
+## 1.5.0 - 2024-07-05
+
+### Added
+
+### Changed
+
+- Improve performance and fixes (#1086) Thanks @justin-tay
+- Fix activeDialect for custom meta schema (#1084) Thanks @justin-tay
+- Remove alternate custom error message mechanism (#1083) Thanks @justin-tay
+- Fix evaluationPath and schemaLocation in getSubSchema for number in fragment (#1081) Thanks @justin-tay
+- Bump io.undertow:undertow-core from 2.2.31.Final to 2.2.33.Final (#1080) Thanks @justin-tay
+- Add security considerations and mitigations (#1079) Thanks @justin-tay
+- Fix oneOf when discriminator enabled but no discriminator (#1078) Thanks @justin-tay
+- Fix json pointer with number in fragment (#1077) Thanks @justin-tay
+
+
## 1.4.3 - 2024-06-25
### Added
diff --git a/README.md b/README.md
index e9c668d9..b06a629d 100644
--- a/README.md
+++ b/README.md
@@ -222,7 +222,7 @@ This package is available on Maven central.
com.networknt
json-schema-validator
- 1.4.3
+ 1.5.0
```
@@ -230,7 +230,7 @@ This package is available on Maven central.
```java
dependencies {
- implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.4.3');
+ implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.0');
}
```
diff --git a/pom.xml b/pom.xml
index df074d1d..f3e9b6be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
com.networknt
json-schema-validator
- 1.4.3
+ 1.5.0
bundle
JsonSchemaValidator
A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12