Skip to content

Commit 02dc6f2

Browse files
authored
Merge pull request #114 from cyberark/version-304
Bump version to 3.0.4
2 parents 8214ec5 + a1b56cb commit 02dc6f2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [3.0.4] - 2023-02-27
10+
911
### Security
1012
- Update Dockerfile base images, bump Apache cxf to 3.5.5
1113
[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.
9193
- Authn tokens now use the new Conjur 5 format - [PR #21](https://github.com/cyberark/conjur-api-java/pull/21)
9294
- 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
9395

94-
[Unreleased]: https://github.com/cyberark/conjur-api-java/compare/v3.0.3...HEAD
96+
[Unreleased]: https://github.com/cyberark/conjur-api-java/compare/v3.0.4...HEAD
97+
[3.0.4]: https://github.com/cyberark/conjur-api-java/compare/v3.0.3...v3.0.4
9598
[3.0.3]: https://github.com/cyberark/conjur-api-java/compare/v3.0.2...v3.0.3
9699
[3.0.2]: https://github.com/cyberark/conjur-api-java/compare/v3.0.1...v3.0.2
97100
[3.0.1]: https://github.com/cyberark/conjur-api-java/compare/v3.0.0...v3.0.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To do so from the source using Maven, following the setup steps below:
8585
<dependency>
8686
<groupId>com.cyberark.conjur.api</groupId>
8787
<artifactId>conjur-api</artifactId>
88-
<version>3.0.1</version>
88+
<version>3.0.4</version>
8989
</dependency>
9090
```
9191

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>conjur-api</artifactId>
66
<!-- Only bump version number,
77
SNAPSHOT is automatically removed during release deployments -->
8-
<version>3.0.3-SNAPSHOT</version>
8+
<version>3.0.4-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>Conjur</name>

0 commit comments

Comments
 (0)