Skip to content

Commit eb74676

Browse files
committed
Bump version to 3.0.5
1 parent b9d8ebf commit eb74676

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.5] - 2023-06-07
10+
911
### Fixed
1012
- Fix dependency information stripped from non-shaded jar
1113
[cyberark/conjur-api-java#119](https://github.com/cyberark/conjur-api-java/issues/119)
@@ -105,7 +107,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
105107
- Authn tokens now use the new Conjur 5 format - [PR #21](https://github.com/cyberark/conjur-api-java/pull/21)
106108
- 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
107109

108-
[Unreleased]: https://github.com/cyberark/conjur-api-java/compare/v3.0.4...HEAD
110+
[Unreleased]: https://github.com/cyberark/conjur-api-java/compare/v3.0.5...HEAD
111+
[3.0.5]: https://github.com/cyberark/conjur-api-java/compare/v3.0.4...v3.0.5
109112
[3.0.4]: https://github.com/cyberark/conjur-api-java/compare/v3.0.3...v3.0.4
110113
[3.0.3]: https://github.com/cyberark/conjur-api-java/compare/v3.0.2...v3.0.3
111114
[3.0.2]: https://github.com/cyberark/conjur-api-java/compare/v3.0.1...v3.0.2

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.4</version>
88+
<version>3.0.5</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.4-SNAPSHOT</version>
8+
<version>3.0.5-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>Conjur</name>

0 commit comments

Comments
 (0)