From 3d4d8be89b46eb86c3a8faca35a82f7ac5970146 Mon Sep 17 00:00:00 2001 From: Nishant Totla Date: Thu, 28 Jul 2016 12:20:46 -0700 Subject: [PATCH] Bump version to 1.2.4 Signed-off-by: Nishant Totla --- CHANGELOG.md | 3 ++- RELEASE-CHECKLIST.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5212219e37..1405e7fdf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog -## 1.2.4 (2016-07-20) +## 1.2.4 (2016-07-28) #### API - New client interface in Swarm, to differentiate from Swarm mode in Docker 1.12 +- Underlying HTTP client for API is created inside Swarm - Update minimum Docker Engine version supported by Swarm to 1.8 - Additional error handling - Code refactoring diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md index ac211ec31e..8206f85f0d 100644 --- a/RELEASE-CHECKLIST.md +++ b/RELEASE-CHECKLIST.md @@ -11,7 +11,7 @@ git commit -s -m "Bump version to " git push $GITHUBUSER bump- ``` -Open PR on docker/swarm. Merge the PR before moving to next step. +Open PR on docker/swarm. Merge the PR before moving to next step. If the release is an RC, then `CHANGELOG.md` should list the latest RC. ### 2. Rebase release branch on top of updated master branch and tag