Skip to content

Commit

Permalink
Merge pull request #91 from cyberark/release-0.6.0
Browse files Browse the repository at this point in the history
Bump version to 0.6.0
  • Loading branch information
jtuttle authored Aug 11, 2021
2 parents fa79bf1 + 510d0de commit f48c46b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.6.0] - 2021-08-11
### Added
- Build for Apple M1 silicon.
[cyberark/summon-conjur#88](https://github.com/cyberark/summon-conjur/issues/88)
Expand Down Expand Up @@ -87,7 +88,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release

[Unreleased]: https://github.com/cyberark/summon-conjur/compare/v0.5.5...HEAD
[Unreleased]: https://github.com/cyberark/summon-conjur/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/cyberark/summon-conjur/compare/v0.5.5...v0.6.0
[0.5.5]: https://github.com/cyberark/summon-conjur/compare/v0.5.4...v0.5.5
[0.5.4]: https://github.com/cyberark/summon-conjur/compare/v0.5.3...v0.5.4
[0.5.3]: https://github.com/cyberark/summon-conjur/compare/v0.5.2...v0.5.3
Expand Down
10 changes: 5 additions & 5 deletions NOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ of the license associated with each component.


Section 1: Apache License 2.0
>>> https://github.com/cyberark/conjur-api-go/tree/v0.7.1
>>> https://github.com/cyberark/conjur-api-go/tree/v0.7.1

Section 2: MIT License
>>> https://github.com/sirupsen/logrus/tree/v1.3.0
>>> https://github.com/smartystreets/goconvey/tree/v1.6.4
>>> https://github.com/smartystreets/goconvey/tree/v1.6.4

Section 3: BSD 3-clause "New" or "Revised" License
>>> https://github.com/karrick/golf/tree/v1.1.0
>>> https://github.com/karrick/golf/tree/v1.1.0


APPENDIX: Standard License Files and Templates

>>> Apache License 2.0
>>> MIT License
>>> MIT License
>>> BSD 3-clause "New" or "Revised" License

--------------- SECTION 1: Apache License 2.0 ----------

Apache License 2.0 is applicable to the following component(s).

>>> https://github.com/cyberark/conjur-api-go/tree/v0.7.1
>>> https://github.com/cyberark/conjur-api-go/tree/v0.7.1

Copyright (c) 2020 CyberArk Software Ltd. All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion pkg/summon_conjur/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package summon_conjur

// VERSION is the current version of summon-conjur
const VERSION = "0.5.5"
const VERSION = "0.6.0"

0 comments on commit f48c46b

Please sign in to comment.