Skip to content

Commit

Permalink
Merge pull request #97 from cyberark/bump-version
Browse files Browse the repository at this point in the history
Bump version to 3.0.2
  • Loading branch information
BradleyBoutcher authored Oct 28, 2020
2 parents d2b7790 + 8a44da6 commit 70c6ee3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Eclicpse Garbage
# Eclicpse
/.settings
/.classpath
/.project
Expand All @@ -14,12 +14,12 @@
# Maven Output
/target

# IntelliJ trash
# IntelliJ
.idea
*.iml

.cache

# More IntelliJ trash
src/main/main.iml

# VSCode
/.vscode
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.0.2] - 2020-10-28
### Fixed
- Multiple unused transitive dependencies, such as `exec-maven-plugin`, were removed.
[cyberark/conjur-api-java#93](https://github.com/cyberark/conjur-api-java/issues/93)

## [3.0.1] - 2020-06-23
### Added
- Additional information was added to the `pom.xml` to meet Maven Central
Expand Down Expand Up @@ -66,7 +71,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.1...HEAD
[Unreleased]: https://github.com/cyberark/conjur-api-java/compare/v3.0.2...HEAD
[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
[3.0.0]: https://github.com/cyberark/conjur-api-java/compare/v2.2.1...v3.0.0
[2.0.0]: https://github.com/cyberark/conjur-api-java/compare/v1.1.0...v2.0.0
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.1-SNAPSHOT</version>
<version>3.0.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Conjur</name>
Expand Down

0 comments on commit 70c6ee3

Please sign in to comment.