From 120b14559a799bf69b82fba1a822a76d494bd7b3 Mon Sep 17 00:00:00 2001 From: Geri Jennings Date: Fri, 15 Feb 2019 12:24:58 -0500 Subject: [PATCH] Bump version to 2.0.0 --- CHANGELOG.md | 14 +++++++++++--- VERSION | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df8f9ea..a39f791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,26 +6,34 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.0.0] - 2019-02-15 + +### Changed +- Buildpack is converted to a supply buildpack to support multi-buildpack usage +- Conjur-env binary dependencies are updated +- Conjur-env binary converted to use Go modules + ## [1.0.0] - 2018-03-01 ### Changed -Buildpack uses `conjur-env` binary built from the guts of `summon` and `conjur-api-go` instead of installing Summon and Summon-Conjur each time it is invoked. +- Buildpack uses `conjur-env` binary built from the guts of `summon` and `conjur-api-go` instead of installing Summon and Summon-Conjur each time it is invoked. ## [0.3.0] - 2018-02-13 ### Added -Added support for v4 Conjur +- Added support for v4 Conjur ## [0.2.0] - 2018-01-29 ### Added -Added supporting files and documentation for the custom buildpack use case +- Added supporting files and documentation for the custom buildpack use case ## 0.1.0 - 2018-01-24 The first tagged version. [Unreleased]: https://github.com/cyberark/cloudfoundry-conjur-buildpack/compare/v1.0.0...HEAD +[2.0.0]: https://github.com/cyberark/cloudfoundry-conjur-buildpack/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/cyberark/cloudfoundry-conjur-buildpack/compare/v0.3.0...v1.0.0 [0.3.0]: https://github.com/cyberark/cloudfoundry-conjur-buildpack/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/cyberark/cloudfoundry-conjur-buildpack/compare/v0.1.0...v0.2.0 diff --git a/VERSION b/VERSION index 3eefcb9..227cea2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +2.0.0