Skip to content

Commit 38a9a44

Browse files
Bump version to 3.0.0
1 parent ea18ae7 commit 38a9a44

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [3.0.0] - 2020-06-22
810
### Fixed
911
- Encode spaces to "%20" instead of "+". This encoding fixes an issue where Conjur
1012
variables that have spaces were not encoded correctly
@@ -62,7 +64,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6264
- Authn tokens now use the new Conjur 5 format - [PR #21](https://github.com/cyberark/conjur-api-java/pull/21)
6365
- 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
6466

65-
[Unreleased]: https://github.com/cyberark/conjur-api-java/compare/v2.2.1...HEAD
67+
[Unreleased]: https://github.com/cyberark/conjur-api-java/compare/v3.0.0...HEAD
68+
[3.0.0]: https://github.com/cyberark/conjur-api-java/compare/v2.2.1...v3.0.0
6669
[2.0.0]: https://github.com/cyberark/conjur-api-java/compare/v1.1.0...v2.0.0
6770
[2.1.0]: https://github.com/cyberark/conjur-api-java/compare/v2.0.0...v2.1.0
6871
[2.2.0]: https://github.com/cyberark/conjur-api-java/compare/v2.1.0...v2.2.0

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>2.2.1-SNAPSHOT</version>
8+
<version>3.0.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>Conjur</name>

0 commit comments

Comments
 (0)