diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1793723..c7a534d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+## [3.0.4] - 2023-02-27
+
### Security
- Update Dockerfile base images, bump Apache cxf to 3.5.5
[cyberark/conjur-api-java#113](https://github.com/cyberark/conjur-api-java/issues/113)
@@ -91,7 +93,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Authn tokens now use the new Conjur 5 format - [PR #21](https://github.com/cyberark/conjur-api-java/pull/21)
- Configuration change. When using environment variables, use `CONJUR_AUTHN_LOGIN` and `CONJUR_AUTHN_API_KEY` now instead of `CONJUR_CREDENTIALS` - https://github.com/cyberark/conjur-api-java/commit/60344308fc48cb5380c626e612b91e1e720c03fb
-[Unreleased]: https://github.com/cyberark/conjur-api-java/compare/v3.0.3...HEAD
+[Unreleased]: https://github.com/cyberark/conjur-api-java/compare/v3.0.4...HEAD
+[3.0.4]: https://github.com/cyberark/conjur-api-java/compare/v3.0.3...v3.0.4
[3.0.3]: https://github.com/cyberark/conjur-api-java/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/cyberark/conjur-api-java/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/cyberark/conjur-api-java/compare/v3.0.0...v3.0.1
diff --git a/README.md b/README.md
index 9eeb6a2..e564be3 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ To do so from the source using Maven, following the setup steps below:
com.cyberark.conjur.api
conjur-api
- 3.0.1
+ 3.0.4
```
diff --git a/pom.xml b/pom.xml
index 0f8b79e..b9b1436 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
conjur-api
- 3.0.3-SNAPSHOT
+ 3.0.4-SNAPSHOT
jar
Conjur