Skip to content

Commit

Permalink
Merge pull request #114 from cyberark/version-304
Browse files Browse the repository at this point in the history
Bump version to 3.0.4
  • Loading branch information
szh authored Feb 27, 2023
2 parents 8214ec5 + a1b56cb commit 02dc6f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To do so from the source using Maven, following the setup steps below:
<dependency>
<groupId>com.cyberark.conjur.api</groupId>
<artifactId>conjur-api</artifactId>
<version>3.0.1</version>
<version>3.0.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>conjur-api</artifactId>
<!-- Only bump version number,
SNAPSHOT is automatically removed during release deployments -->
<version>3.0.3-SNAPSHOT</version>
<version>3.0.4-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Conjur</name>
Expand Down

0 comments on commit 02dc6f2

Please sign in to comment.