From dc795103b0735e5dcb7021e7e875f644355c453f Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 16 Oct 2020 13:11:40 -0400 Subject: [PATCH] Release v1.10.0 --- CHANGELOG.md | 5 ++++- VERSION | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8283e937..6df3c45665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.10.0] - 2020-10-16 ### Added - [Documentation](./UPGRADING.md) explaining how to upgrade a Conjur server deployed in a Docker Compose environment. [cyberark/conjur#1528](https://github.com/cyberark/conjur/issues/1528), [cyberark/conjur#1584](https://github.com/cyberark/conjur/issues/1584) @@ -443,7 +445,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - The first tagged version. -[Unreleased]: https://github.com/cyberark/conjur/compare/v1.9.0...HEAD +[Unreleased]: https://github.com/cyberark/conjur/compare/v1.10.0...HEAD +[1.10.0]: https://github.com/cyberark/conjur/compare/v1.9.0...v1.10.0 [1.9.0]: https://github.com/cyberark/conjur/compare/v1.8.1...v1.9.0 [1.8.1]: https://github.com/cyberark/conjur/compare/v1.7.0...v1.8.1 [1.8.0]: https://github.com/cyberark/conjur/compare/v1.7.4...v1.8.0 diff --git a/VERSION b/VERSION index f8e233b273..81c871de46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0