From b0f85baac8cac9d19ed938180ea4413227161193 Mon Sep 17 00:00:00 2001 From: diverdane Date: Wed, 4 Aug 2021 14:19:07 -0400 Subject: [PATCH] Updates version to 1.2.0 --- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e304b..df16e2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.2.0] - 2021-08-04 + ### Added - Includes binaries for 'summon' and 'summon-conjur' in the Pet Store application Docker image. This avoids the extra step of building a custom application image to include these binaries in scenarios where they are needed. + [conjurdemos/pet-store-demo#35](https://github.com/conjurdemos/pet-store-demo/pull/35) + +## Security +- Update Spring Boot to 2.5.3 to address multiple high & critical security issues + [conjurdemos/pet-store-demo#37](https://github.com/conjurdemos/pet-store-demo/pull/37) ## [1.1.0] - 2020-01-13 @@ -21,4 +28,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. The first tagged version. -[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/cyberark/secretless-broker/compare/v1.1.0...v1.2.0 diff --git a/VERSION b/VERSION index 9084fa2..26aaba0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0